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 SpringVersionReturns 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 TypeMethodDescriptionbooleanSpringVersion.eq(SpringVersion that) booleanSpringVersion.equals(SpringVersion that) booleanSpringVersion.ge(SpringVersion that) booleanSpringVersion.gt(SpringVersion that) booleanSpringVersion.isGreaterOrEqual(SpringVersion that) booleanSpringVersion.isGreaterThan(SpringVersion that) booleanSpringVersion.isLessOrEqual(SpringVersion that) booleanSpringVersion.isLessThan(SpringVersion that) booleanSpringVersion.le(SpringVersion that) booleanSpringVersion.lt(SpringVersion that)