Uses of Class
org.springframework.data.util.Version
Packages that use Version
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of Version in org.springframework.data.util
Methods in org.springframework.data.util that return VersionModifier and TypeMethodDescriptionstatic Version
Version.javaVersion()
Returns the Java version of the running JVM.static Version
Parses the given string representation of a version into aVersion
object.Methods in org.springframework.data.util with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
Returns whether the currentVersion
is the same as the given one.boolean
Version.isGreaterThan
(Version version) Returns whether the currentVersion
is greater (newer) than the given one.boolean
Version.isGreaterThanOrEqualTo
(Version version) Returns whether the currentVersion
is greater (newer) or the same as the given one.boolean
Version.isLessThan
(Version version) Returns whether the currentVersion
is less (older) than the given one.boolean
Version.isLessThanOrEqualTo
(Version version) Returns whether the currentVersion
is less (older) or equal to the current one.