Uses of Class
io.microsphere.spring.core.SpringVersion
-
Packages that use SpringVersion Package Description io.microsphere.spring.core -
-
Uses of SpringVersion in io.microsphere.spring.core
Methods in io.microsphere.spring.core that return SpringVersion Modifier and Type Method Description static SpringVersion
SpringVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpringVersion[]
SpringVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.spring.core with parameters of type SpringVersion Modifier and Type Method Description boolean
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)
-