Uses of Class
io.spring.initializr.metadata.Dependency.Mapping
Packages that use Dependency.Mapping
-
Uses of Dependency.Mapping in io.spring.initializr.metadata
Methods in io.spring.initializr.metadata that return Dependency.MappingModifier and TypeMethodDescriptionstatic Dependency.Mapping
Dependency.Mapping.create
(String range, String groupId, String artifactId, String version, Boolean starter, String bom, String repository) Methods in io.spring.initializr.metadata that return types with arguments of type Dependency.MappingModifier and TypeMethodDescriptionDependency.getMappings()
Return the dependency mapping if an attribute of the dependency differs according to the Spring Boot version.Method parameters in io.spring.initializr.metadata with type arguments of type Dependency.Mapping