Uses of Class
org.springframework.data.util.Version
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of Version in org.springframework.data.util
Modifier 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.Modifier 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.