Uses of Class
io.spring.initializr.metadata.Dependency
Packages that use Dependency
Package
Description
Build contributors.
Support for testing project generation.
Support for testing a Maven build.
Project metadata support.
Project metadata support classes.
Metadata json mapping.
-
Uses of Dependency in io.spring.initializr.generator.spring.build
Methods in io.spring.initializr.generator.spring.build that return types with arguments of type Dependency -
Uses of Dependency in io.spring.initializr.generator.test
Methods in io.spring.initializr.generator.test with parameters of type DependencyModifier and TypeMethodDescriptionInitializrMetadataTestBuilder.addDependencyGroup
(String name, Dependency... dependencies) -
Uses of Dependency in io.spring.initializr.generator.test.buildsystem.maven
Methods in io.spring.initializr.generator.test.buildsystem.maven with parameters of type DependencyModifier and TypeMethodDescriptionMavenBuildAssert.hasDependency
(Dependency dependency) Assertpom.xml
defines the specified dependency. -
Uses of Dependency in io.spring.initializr.metadata
Methods in io.spring.initializr.metadata that return DependencyModifier and TypeMethodDescriptionstatic Dependency
static Dependency
Dependency.createSpringBootStarter
(String name) static Dependency
Dependency.createSpringBootStarter
(String name, String scope) Return theDependency
with the specified id ornull
if no such dependency exists.Resolve this instance according to the specified Spring BootVersion
.static Dependency
static Dependency
static Dependency
static Dependency
static Dependency
Methods 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 thedependencies
of 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 Dependency
MetadataBuildItemMapper.toDependency
(Dependency dependency) Return anBuild
dependency from adependency metadata
. -
Uses of Dependency in io.spring.initializr.web.mapper
Methods in io.spring.initializr.web.mapper with parameters of type DependencyModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.node.ObjectNode
InitializrMetadataV21JsonMapper.mapDependency
(Dependency dependency) protected com.fasterxml.jackson.databind.node.ObjectNode
InitializrMetadataV2JsonMapper.mapDependency
(Dependency dependency)