- GenericTypeException() - Constructor for exception xyz.luan.reflection.TypeToClass.GenericTypeException
-
- getAnnotations() - Method in class xyz.luan.reflection.tclass.TypedClass
-
- getClass(Type) - Static method in class xyz.luan.reflection.ReflectionUtils
-
Returns the Class<?> object for this Type.
- getComponent() - Method in class xyz.luan.reflection.tclass.ListClass
-
- getFieldsRecursively(Class<?>) - Static method in class xyz.luan.reflection.ReflectionUtils
-
Returns all the instance fields of a given class, going up throughout it's hierarchy until reaching the Object class.
- getFieldsRecursivelyExceptJavaClasses(Class<?>) - Static method in class xyz.luan.reflection.ReflectionUtils
-
Returns all the instance fields of a given class, going up throughout it's hierarchy until reaching any Java class.
- getImmediateFields(Class<?>) - Static method in class xyz.luan.reflection.ReflectionUtils
-
Returns all the immediate declared instance fields of a given class.
- getKey() - Method in class xyz.luan.reflection.tclass.MapClass
-
- getName() - Method in class xyz.luan.reflection.tclass.TypedClass
-
- getValue() - Method in class xyz.luan.reflection.tclass.MapClass
-