Uses of Enum Class
io.spring.initializr.web.mapper.InitializrMetadataVersion
Packages that use InitializrMetadataVersion
Package
Description
Project generation controllers.
Metadata json mapping.
-
Uses of InitializrMetadataVersion in io.spring.initializr.web.controller
Methods in io.spring.initializr.web.controller with parameters of type InitializrMetadataVersionModifier and TypeMethodDescriptionprotected DependencyMetadataJsonMapper
ProjectMetadataController.createDependencyJsonMapper
(InitializrMetadataVersion metadataVersion) Create theJSON mapper
for the given metadata version.protected InitializrMetadataJsonMapper
ProjectMetadataController.createMetadataJsonMapper
(InitializrMetadataVersion metadataVersion) Create theJSON mapper
for the given metadata version.protected org.springframework.http.ResponseEntity<String>
ProjectMetadataController.dependenciesFor
(InitializrMetadataVersion metadataVersion, String bootVersion) Create the dependenciesResponseEntity
for the given version and Spring Boot version.protected org.springframework.http.ResponseEntity<String>
ProjectMetadataController.serviceCapabilitiesFor
(InitializrMetadataVersion metadataVersion, org.springframework.http.MediaType contentType) Create the service capabilitiesResponseEntity
for the given metadata version and content type. -
Uses of InitializrMetadataVersion in io.spring.initializr.web.mapper
Methods in io.spring.initializr.web.mapper that return InitializrMetadataVersionModifier and TypeMethodDescriptionstatic InitializrMetadataVersion
Returns the enum constant of this class with the specified name.static InitializrMetadataVersion[]
InitializrMetadataVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.