- getAnnotation(Class<AnyAnnotation>) - Method in class org.dejava.component.reflection.ClassMirror
-
Returns an annotation from the reflected class (or its inherited classes and interfaces).
- getAnnotations() - Method in class org.dejava.component.reflection.ClassMirror
-
Gets all annotations from a class.
- getAnnotations(Class<AnyAnnotation>) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets all annotations with a given type.
- getAnyMethod(String, Class<?>[]) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets any method (despite of its modifiers) in the current class.
- getBooleanGetterName(String) - Static method in class org.dejava.component.reflection.FieldMirror
-
Get the getter name for a boolean field.
- getClass(String, ClassLoader, Boolean) - Static method in class org.dejava.component.reflection.ClassMirror
-
Gets a class with the given name from a given class loader.
- getConstructor(Class<?>[]) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets a constructor from the reflected class for the given parameters.
- getConstructor(Object[]) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets a constructor from the reflected class for the given parameters.
- getCurrentClass(Integer) - Static method in class org.dejava.component.reflection.ClassMirror
-
Gets the current class (with the selected depth) being executed.
- getCurrentClassName(Integer) - Static method in class org.dejava.component.reflection.ClassMirror
-
Gets the name of the current class (with the selected depth) being executed.
- getCurrentMethodName(Integer) - Static method in class org.dejava.component.reflection.MethodMirror
-
Gets the name of the current method (with the selected depth) being executed.
- getDeclaringClass() - Method in class org.dejava.component.reflection.FieldMirror
-
Gets the declaring class of the field.
- getField(String) - Method in class org.dejava.component.reflection.ClassMirror
-
Returns a field from the reflected class.
- getFieldName(String) - Static method in class org.dejava.component.reflection.MethodMirror
-
Gets the field name from a getter/setter.
- getFieldName() - Method in class org.dejava.component.reflection.MethodMirror
-
Gets the field name from a getter/setter.
- getFieldPath(String) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets a field path for the reflected class.
- getFieldPath() - Method in class org.dejava.component.reflection.FieldPath
-
Gets the field path.
- getFields() - Method in class org.dejava.component.reflection.ClassMirror
-
Returns all fields (public or not) from the reflected class (including inherited ones).
- getFields(Class<? extends Annotation>) - Method in class org.dejava.component.reflection.ClassMirror
-
Returns the fields annotated with the given annotation.
- getGetter() - Method in class org.dejava.component.reflection.FieldMirror
-
Gets the getter for the reflected field.
- getGetterName(String) - Static method in class org.dejava.component.reflection.FieldMirror
-
Get the getter name for a field.
- getMethod(String, Class<?>[]) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets a method from the reflected class for the given parameters.
- getMethod(String, Object[]) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets a method from the reflected class for the given parameters.
- getPackageAsDirPath() - Method in class org.dejava.component.reflection.ClassMirror
-
Gets the class package as a directory path.
- getReflectedAnnotation() - Method in class org.dejava.component.reflection.AnnotationMirror
-
Gets the annotation being reflected.
- getReflectedClass() - Method in class org.dejava.component.reflection.ClassMirror
-
Gets the class being reflected.
- getReflectedConstructor() - Method in class org.dejava.component.reflection.ConstructorMirror
-
Gets the constructor being reflected.
- getReflectedField() - Method in class org.dejava.component.reflection.FieldMirror
-
Gets the field being reflected.
- getReflectedMethod() - Method in class org.dejava.component.reflection.MethodMirror
-
Gets the method being reflected.
- getSetter() - Method in class org.dejava.component.reflection.FieldMirror
-
Gets the setter for the reflected field.
- getSetterName(String) - Static method in class org.dejava.component.reflection.FieldMirror
-
Get the setter name for a field.
- getSuperClasses(Boolean) - Method in class org.dejava.component.reflection.ClassMirror
-
Gets all the classes and interfaces inherited by the reflected class (including this one).
- GETTER_NOT_FOUND - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
-
Getter not found error key.
- GETTER_PREFIX - Static variable in class org.dejava.component.reflection.FieldMirror
-
The field getter prefix.
- GETTER_REGEX - Static variable in class org.dejava.component.reflection.MethodMirror
-
Regular expression for getter methods.
- getType() - Method in class org.dejava.component.reflection.FieldMirror
-
Gets the type (class) of the reflected field.
- getValue(Object, Boolean, Boolean) - Method in class org.dejava.component.reflection.FieldMirror
-
Gets the value of a field.
- getValue(Object, Boolean, Boolean) - Method in class org.dejava.component.reflection.FieldPath
-
Gets the value of the last field value in the path.