Uses of Class
com.google.common.reflect.Types.JavaVersion
-
Packages that use Types.JavaVersion Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of Types.JavaVersion in com.google.common.reflect
Fields in com.google.common.reflect declared as Types.JavaVersion Modifier and Type Field Description (package private) static Types.JavaVersion
Types.JavaVersion. CURRENT
Methods in com.google.common.reflect that return Types.JavaVersion Modifier and Type Method Description static Types.JavaVersion
Types.JavaVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Types.JavaVersion[]
Types.JavaVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-