Uses of Class
io.spring.initializr.metadata.Dependency
Packages that use Dependency
Package
Description
Project metadata support.
Project metadata support classes.
-
Uses of Dependency in io.spring.initializr.metadata
Methods in io.spring.initializr.metadata that return DependencyModifier and TypeMethodDescriptionstatic Dependencystatic DependencyDependency.createSpringBootStarter(String name) static DependencyDependency.createSpringBootStarter(String name, String scope) Return theDependencywith the specified id ornullif no such dependency exists.Resolve this instance according to the specified Spring BootVersion.static Dependencystatic Dependencystatic Dependencystatic Dependencystatic DependencyMethods in io.spring.initializr.metadata that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependenciesCapability.getAll()Return all dependencies as a flat collection.DependencyGroup.getContent()Return thedependenciesof this group.DependencyMetadata.getDependencies()Constructors in io.spring.initializr.metadata with parameters of type DependencyConstructor parameters in io.spring.initializr.metadata with type arguments of type DependencyModifierConstructorDescriptionDependencyMetadata(Version bootVersion, Map<String, Dependency> dependencies, Map<String, Repository> repositories, Map<String, BillOfMaterials> boms) -
Uses of Dependency in io.spring.initializr.metadata.support
Methods in io.spring.initializr.metadata.support with parameters of type DependencyModifier and TypeMethodDescriptionstatic DependencyMetadataBuildItemMapper.toDependency(Dependency dependency) Return anBuilddependency from adependency metadata.