Uses of Class
io.spring.initializr.metadata.DependencyGroup
Packages that use DependencyGroup
Package
Description
Project metadata support.
Metadata json mapping.
-
Uses of DependencyGroup in io.spring.initializr.metadata
Methods in io.spring.initializr.metadata that return DependencyGroupModifier and TypeMethodDescriptionstatic DependencyGroup
Create a newDependencyGroup
instance with the given name.Methods in io.spring.initializr.metadata that return types with arguments of type DependencyGroupModifier and TypeMethodDescriptionDependenciesCapability.getContent()
InitializrProperties.getDependencies()
Method parameters in io.spring.initializr.metadata with type arguments of type DependencyGroupModifier and TypeMethodDescriptionvoid
DependenciesCapability.merge
(List<DependencyGroup> otherContent) -
Uses of DependencyGroup in io.spring.initializr.web.mapper
Methods in io.spring.initializr.web.mapper with parameters of type DependencyGroupModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.node.ObjectNode
InitializrMetadataV2JsonMapper.mapDependencyGroup
(DependencyGroup group)