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 DependencyMetadataJsonMapperProjectMetadataController.createDependencyJsonMapper(InitializrMetadataVersion metadataVersion) Create theJSON mapperfor the given metadata version.protected InitializrMetadataJsonMapperProjectMetadataController.createMetadataJsonMapper(InitializrMetadataVersion metadataVersion) Create theJSON mapperfor the given metadata version.protected org.springframework.http.ResponseEntity<String> ProjectMetadataController.dependenciesFor(InitializrMetadataVersion metadataVersion, @Nullable String bootVersion) Create the dependenciesResponseEntityfor 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 capabilitiesResponseEntityfor the given metadata version and content type. -
Uses of InitializrMetadataVersion in io.spring.initializr.web.mapper
Subclasses with type arguments of type InitializrMetadataVersion in io.spring.initializr.web.mapperModifier and TypeClassDescriptionenumDefine the supported metadata version.Methods in io.spring.initializr.web.mapper that return InitializrMetadataVersionModifier and TypeMethodDescriptionstatic InitializrMetadataVersionReturns 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.