Uses of Class
io.microsphere.reflect.JavaType.Kind
-
Packages that use JavaType.Kind Package Description io.microsphere.reflect -
-
Uses of JavaType.Kind in io.microsphere.reflect
Methods in io.microsphere.reflect that return JavaType.Kind Modifier and Type Method Description JavaType.KindJavaType. getKind()static JavaType.KindJavaType.Kind. valueOf(java.lang.reflect.Type type)Returns the enum constant of this type with the specified name.static JavaType.KindJavaType.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JavaType.Kind[]JavaType.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.reflect with parameters of type JavaType.Kind Modifier and Type Method Description protected static JavaTypeJavaType. from(java.lang.reflect.Type type, JavaType.Kind kind)protected static JavaTypeJavaType. from(java.lang.reflect.Type type, JavaType.Kind kind, JavaType source)Constructors in io.microsphere.reflect with parameters of type JavaType.Kind Constructor Description JavaType(java.lang.reflect.Type type, JavaType.Kind kind)JavaType(java.lang.reflect.Type type, JavaType.Kind kind, JavaType source)
-