Uses of Class
io.spring.initializr.metadata.Type
Packages that use Type
Package
Description
Support for testing project generation.
Project metadata support.
Metadata json mapping.
-
Uses of Type in io.spring.initializr.generator.test
Methods in io.spring.initializr.generator.test with parameters of type TypeModifier and TypeMethodDescription -
Uses of Type in io.spring.initializr.metadata
Methods in io.spring.initializr.metadata that return TypeModifier and TypeMethodDescriptionReturn theType
with the specified id ornull
if no such type exists.TypeCapability.getDefault()
Return the defaultType
.Methods in io.spring.initializr.metadata that return types with arguments of type TypeMethod parameters in io.spring.initializr.metadata with type arguments of type Type -
Uses of Type in io.spring.initializr.web.mapper
Methods in io.spring.initializr.web.mapper with parameters of type TypeModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.node.ObjectNode
protected com.fasterxml.jackson.databind.node.ObjectNode
Method parameters in io.spring.initializr.web.mapper with type arguments of type TypeModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.node.ObjectNode
InitializrMetadataV21JsonMapper.links
(com.fasterxml.jackson.databind.node.ObjectNode parent, List<Type> types, String appUrl) protected com.fasterxml.jackson.databind.node.ObjectNode
InitializrMetadataV2JsonMapper.links
(com.fasterxml.jackson.databind.node.ObjectNode parent, List<Type> types, String appUrl)