Uses of Enum Class
io.microsphere.spring.core.SpringVersion
Packages that use SpringVersion
-
Uses of SpringVersion in io.microsphere.spring.core
Methods in io.microsphere.spring.core that return SpringVersionModifier and TypeMethodDescriptionstatic SpringVersion
Returns the enum constant of this class with the specified name.static SpringVersion[]
SpringVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.microsphere.spring.core with parameters of type SpringVersionModifier and TypeMethodDescriptionboolean
SpringVersion.eq
(SpringVersion that) boolean
SpringVersion.equals
(SpringVersion that) boolean
SpringVersion.ge
(SpringVersion that) boolean
SpringVersion.gt
(SpringVersion that) boolean
SpringVersion.isGreaterOrEqual
(SpringVersion that) boolean
SpringVersion.isGreaterThan
(SpringVersion that) boolean
SpringVersion.isLessOrEqual
(SpringVersion that) boolean
SpringVersion.isLessThan
(SpringVersion that) boolean
SpringVersion.le
(SpringVersion that) boolean
SpringVersion.lt
(SpringVersion that)