Uses of Class
io.microsphere.util.Version
-
Packages that use Version Package Description io.microsphere.lang io.microsphere.reflect io.microsphere.util -
-
Uses of Version in io.microsphere.lang
Methods in io.microsphere.lang that return Version Modifier and Type Method Description VersionDeprecation. getSince()Methods in io.microsphere.lang with parameters of type Version Modifier and Type Method Description Deprecation.BuilderDeprecation.Builder. since(Version since) -
Uses of Version in io.microsphere.reflect
Fields in io.microsphere.reflect declared as Version Modifier and Type Field Description protected VersionReflectiveDefinition. sinceMethods in io.microsphere.reflect that return Version Modifier and Type Method Description VersionReflectiveDefinition. getSince()Get the 'since' versionConstructors in io.microsphere.reflect with parameters of type Version Constructor Description ClassDefinition(Version since, Deprecation deprecation, java.lang.String className)ClassDefinition(Version since, java.lang.String className)ConstructorDefinition(Version since, Deprecation deprecation, java.lang.String declaredClassName, java.lang.String... parameterClassNames)ConstructorDefinition(Version since, java.lang.String declaredClassName, java.lang.String... parameterClassNames)ExecutableDefinition(Version since, Deprecation deprecation, java.lang.String declaredClassName, java.lang.String name, java.lang.String... parameterClassNames)ExecutableDefinition(Version since, java.lang.String declaredClassName, java.lang.String name, java.lang.String... parameterClassNames)FieldDefinition(Version since, Deprecation deprecation, java.lang.String declaredClassName, java.lang.String fieldName)FieldDefinition(Version since, java.lang.String declaredClassName, java.lang.String fieldName)MemberDefinition(Version since, Deprecation deprecation, java.lang.String declaredClassName, java.lang.String name)MemberDefinition(Version since, java.lang.String declaredClassName, java.lang.String name)MethodDefinition(Version since, Deprecation deprecation, java.lang.String declaredClassName, java.lang.String methodName, java.lang.String... parameterClassNames)MethodDefinition(Version since, java.lang.String declaredClassName, java.lang.String methodName, java.lang.String... parameterClassNames)ReflectiveDefinition(Version since, Deprecation deprecation, java.lang.String className)ReflectiveDefinition(Version since, java.lang.String className) -
Uses of Version in io.microsphere.util
Fields in io.microsphere.util declared as Version Modifier and Type Field Description static VersionVersionUtils. CURRENT_JAVA_VERSIONTheVersioninstance for current Java Versionstatic VersionVersionUtils. JAVA_VERSION_10TheVersioninstance for Java 10static VersionVersionUtils. JAVA_VERSION_11TheVersioninstance for Java 11static VersionVersionUtils. JAVA_VERSION_12TheVersioninstance for Java 12static VersionVersionUtils. JAVA_VERSION_13TheVersioninstance for Java 13static VersionVersionUtils. JAVA_VERSION_14TheVersioninstance for Java 14static VersionVersionUtils. JAVA_VERSION_15TheVersioninstance for Java 15static VersionVersionUtils. JAVA_VERSION_16TheVersioninstance for Java 16static VersionVersionUtils. JAVA_VERSION_17TheVersioninstance for Java 17static VersionVersionUtils. JAVA_VERSION_18TheVersioninstance for Java 18static VersionVersionUtils. JAVA_VERSION_19TheVersioninstance for Java 19static VersionVersionUtils. JAVA_VERSION_20TheVersioninstance for Java 20static VersionVersionUtils. JAVA_VERSION_21TheVersioninstance for Java 21static VersionVersionUtils. JAVA_VERSION_22TheVersioninstance for Java 22static VersionVersionUtils. JAVA_VERSION_23TheVersioninstance for Java 23static VersionVersionUtils. JAVA_VERSION_24TheVersioninstance for Java 24static VersionVersionUtils. JAVA_VERSION_8TheVersioninstance for Java 8static VersionVersionUtils. JAVA_VERSION_9TheVersioninstance for Java 9Methods in io.microsphere.util that return Version Modifier and Type Method Description static VersionVersion. getVersion(java.lang.Class<?> targetClass)Class that exposes the version.static VersionVersion. of(int major)static VersionVersion. of(int major, int minor)static VersionVersion. of(int major, int minor, int patch)static VersionVersion. of(int major, int minor, int patch, java.lang.String preRelease)static VersionVersion. of(java.lang.String version)static VersionVersion. ofVersion(int major)static VersionVersion. ofVersion(int major, int minor)static VersionVersion. ofVersion(int major, int minor, int patch)static VersionVersion. ofVersion(int major, int minor, int patch, java.lang.String preRelease)static VersionVersion. ofVersion(java.lang.String version)Methods in io.microsphere.util with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version that)booleanVersion. eq(Version that)CurrentVersionis equal to thatbooleanVersion. equals(Version that)CurrentVersionis equal to thatbooleanVersion. ge(Version that)CurrentVersionis greater than or equal to thatbooleanVersion. gt(Version that)CurrentVersionis greater than thatbooleanVersion. isGreaterOrEqual(Version that)CurrentVersionis greater than or equal to thatbooleanVersion. isGreaterThan(Version that)CurrentVersionis greater than thatbooleanVersion. isLessOrEqual(Version that)CurrentVersionis less than or equal to thatbooleanVersion. isLessThan(Version that)CurrentVersionis less than thatbooleanVersion. le(Version that)CurrentVersionis less than or equal to thatbooleanVersion. lt(Version that)CurrentVersionis less than that<R> Compatible<T,R>Compatible. on(Version.Operator operator, Version comparedVersion, java.util.function.Function<Version,R> conditionalFunction)static booleanVersionUtils. testCurrentJavaVersion(Version.Operator versionOperator, Version comparedVersion)Determine whethercurrent Java versionmatches the specified versionstatic booleanVersionUtils. testCurrentJavaVersion(java.lang.String operatorSymbol, Version comparedVersion)Determines whether the current Java version matches the specified version based on the given operator symbol.static booleanVersionUtils. testVersion(Version baseVersion, Version.Operator versionOperator, Version comparedVersion)Determines whether the specified base version matches the compared version based on the given operator.Method parameters in io.microsphere.util with type arguments of type Version Modifier and Type Method Description <R> Compatible<T,R>Compatible. on(Version.Operator operator, Version comparedVersion, java.util.function.Function<Version,R> conditionalFunction)<R> Compatible<T,R>Compatible. on(java.lang.String operator, java.lang.String comparedVersion, java.util.function.Function<Version,R> conditionalFunction)Constructors in io.microsphere.util with parameters of type Version Constructor Description Compatible(Version version, java.util.function.Function<Version,R> conditionalFunction)Constructor parameters in io.microsphere.util with type arguments of type Version Constructor Description Compatible(Version version, java.util.function.Function<Version,R> conditionalFunction)
-