Uses of Class
io.spring.initializr.generator.version.Version
Packages that use Version
Package
Description
Project statistics support.
Project generation support classes.
Build contributors.
Version support classes.
Project metadata support.
Project metadata support classes.
Project generation handling.
Support classes for web endpoints.
-
Uses of Version in io.spring.initializr.actuate.stat
Constructors in io.spring.initializr.actuate.stat with parameters of type Version -
Uses of Version in io.spring.initializr.generator.project
Methods in io.spring.initializr.generator.project that return VersionModifier and TypeMethodDescriptionMutableProjectDescription.getPlatformVersion()
ProjectDescription.getPlatformVersion()
Return the requested platformVersion
.Methods in io.spring.initializr.generator.project with parameters of type VersionModifier and TypeMethodDescriptionvoid
MutableProjectDescription.setPlatformVersion
(Version platformVersion) Method parameters in io.spring.initializr.generator.project with type arguments of type VersionModifier and TypeMethodDescriptionvoid
ProjectDescriptionDiff.ifPlatformVersionChanged
(ProjectDescription current, BiConsumer<Version, Version> consumer) Calls the specified consumer if theplatformVersion
is different on the original source project description than the specified project description.void
ProjectDescriptionDiff.ifPlatformVersionChanged
(ProjectDescription current, BiConsumer<Version, Version> consumer) Calls the specified consumer if theplatformVersion
is different on the original source project description than the specified project description. -
Uses of Version in io.spring.initializr.generator.spring.build
Constructors in io.spring.initializr.generator.spring.build with parameters of type VersionModifierConstructorDescriptionBuildMetadataResolver
(InitializrMetadata metadata, Version platformVersion) -
Uses of Version in io.spring.initializr.generator.version
Methods in io.spring.initializr.generator.version that return VersionModifier and TypeMethodDescriptionVersion.format
(Version.Format format) Format this version to the specifiedVersion.Format
.VersionRange.getHigherVersion()
VersionRange.getLowerVersion()
static Version
Parse the string representation of aVersion
.Parse the string representation of aVersion
.static Version
Parse safely the specified string representation of aVersion
.Parse safely the specified string representation of aVersion
.Methods in io.spring.initializr.generator.version with parameters of type VersionConstructors in io.spring.initializr.generator.version with parameters of type VersionModifierConstructorDescriptionVersionRange
(Version startingVersion) protected
VersionRange
(Version lowerVersion, boolean lowerInclusive, Version higherVersion, boolean higherInclusive) Constructor parameters in io.spring.initializr.generator.version with type arguments of type Version -
Uses of Version in io.spring.initializr.metadata
Methods in io.spring.initializr.metadata that return VersionModifier and TypeMethodDescriptionInitializrConfiguration.Platform.formatPlatformVersion
(Version platformVersion) Format the expectedplatform version
.DependencyMetadata.getBootVersion()
Methods in io.spring.initializr.metadata with parameters of type VersionModifier and TypeMethodDescriptionInitializrConfiguration.Platform.formatPlatformVersion
(Version platformVersion) Format the expectedplatform version
.DependencyMetadataProvider.get
(InitializrMetadata metadata, Version bootVersion) Return the dependency metadata to use for the specifiedbootVersion
.boolean
InitializrConfiguration.Platform.isCompatibleVersion
(Version platformVersion) Specify whether the specified platform version is supported.boolean
Specify if this dependency is available for the specified Spring Boot version.Resolve this instance according to the specified Spring BootVersion
.Resolve this instance according to the specified Spring BootVersion
.InitializrConfiguration.Env.Kotlin.resolveKotlinVersion
(Version bootVersion) Resolve the kotlin version to use based on the Spring Boot version.Constructors in io.spring.initializr.metadata with parameters of type VersionModifierConstructorDescriptionDependencyMetadata
(Version bootVersion, Map<String, Dependency> dependencies, Map<String, Repository> repositories, Map<String, BillOfMaterials> boms) -
Uses of Version in io.spring.initializr.metadata.support
Constructors in io.spring.initializr.metadata.support with parameters of type VersionModifierConstructorDescriptionMetadataBuildItemResolver
(InitializrMetadata metadata, Version platformVersion) Creates an instance for the specifiedInitializrMetadata
andplatform version
. -
Uses of Version in io.spring.initializr.web.project
Methods in io.spring.initializr.web.project that return VersionModifier and TypeMethodDescriptionDefaultProjectRequestPlatformVersionTransformer.transform
(Version platformVersion, InitializrMetadata metadata) ProjectRequestPlatformVersionTransformer.transform
(Version platformVersion, InitializrMetadata metadata) Transform the platform version of aProjectRequest
if necessary.Methods in io.spring.initializr.web.project with parameters of type VersionModifier and TypeMethodDescriptionDefaultProjectRequestPlatformVersionTransformer.transform
(Version platformVersion, InitializrMetadata metadata) ProjectRequestPlatformVersionTransformer.transform
(Version platformVersion, InitializrMetadata metadata) Transform the platform version of aProjectRequest
if necessary. -
Uses of Version in io.spring.initializr.web.support
Methods in io.spring.initializr.web.support with parameters of type VersionModifier and TypeMethodDescriptionDefaultDependencyMetadataProvider.get
(InitializrMetadata metadata, Version bootVersion)