A B C E F G H I J M N O S T U W 

A

ABSTRACT_CLASS - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Abstract class error key.
ANNOTATION - Static variable in class org.dejava.component.reflection.constant.AnnotationParamKeys
The reflected annotation parameter key.
ANNOTATION_CLASS - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The annotation class parameter key.
AnnotationMirror<Reflected extends Annotation> - Class in org.dejava.component.reflection
TODO
AnnotationMirror(Reflected) - Constructor for class org.dejava.component.reflection.AnnotationMirror
Public constructor for the reflection class.
AnnotationParamKeys - Class in org.dejava.component.reflection.constant
Constants related to the annotation mirror parameters keys.

B

BOOL_GETTER_PREFIX - Static variable in class org.dejava.component.reflection.FieldMirror
The boolean field getter prefix.

C

CLASS - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The reflected class parameter key.
CLASS_DEPTH - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The class depth parameter key.
CLASS_NAME - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The class name parameter key.
CLASS_NOT_FOUND - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Class not found error key.
ClassMirror<Reflected> - Class in org.dejava.component.reflection
Extends the reflection behavior of the Class type.
ClassMirror(Class<? extends Reflected>) - Constructor for class org.dejava.component.reflection.ClassMirror
Public constructor for the reflection class.
ClassMirror(String, ClassLoader, Boolean) - Constructor for class org.dejava.component.reflection.ClassMirror
Public constructor for the reflection class.
ClassMirror(String) - Constructor for class org.dejava.component.reflection.ClassMirror
Public constructor for the reflection class.
ClassMirror(Integer) - Constructor for class org.dejava.component.reflection.ClassMirror
Public constructor for the reflection class.
ClassParamKeys - Class in org.dejava.component.reflection.constant
Constants related to the class mirror parameters keys.
CONSTRUCTOR_EXCEPTION - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Constructor exception error key.
CONSTRUCTOR_NOT_FOUND - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Method not found error key.
ConstructorMirror<Reflected> - Class in org.dejava.component.reflection
TODO
ConstructorMirror(Constructor<? extends Reflected>) - Constructor for class org.dejava.component.reflection.ConstructorMirror
Public constructor for the reflection class.

E

EMPTY_ANNOTATION_CLASS - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Empty annotation class error key.
EMPTY_PARAM_CLASS - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Empty parameter class error key.
EMPTY_PARAM_VALUE - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Empty parameter value error key.
equals(Object) - Method in class org.dejava.component.reflection.AnnotationMirror
 
equals(Object) - Method in class org.dejava.component.reflection.ClassMirror
 
equals(Object) - Method in class org.dejava.component.reflection.FieldMirror
 
equals(Object) - Method in class org.dejava.component.reflection.MethodMirror
 
ErrorKeys - Class in org.dejava.component.reflection.constant
Constants related to error keys of the package.

F

FIELD - Static variable in class org.dejava.component.reflection.constant.FieldParamKeys
The reflected field parameter key.
FIELD_NAME - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The field name parameter key.
FIELD_NAME_PATH - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The field name path parameter key.
FIELD_NOT_FOUND - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Field not found error key.
FieldMirror - Class in org.dejava.component.reflection
TODO
FieldMirror(Field) - Constructor for class org.dejava.component.reflection.FieldMirror
Public constructor for the reflection class.
FieldParamKeys - Class in org.dejava.component.reflection.constant
Constants related to the field mirror parameters keys.
FieldPath - Class in org.dejava.component.reflection
TODO
FieldPath(LinkedList<FieldMirror>) - Constructor for class org.dejava.component.reflection.FieldPath
Public constructor for the reflection class.

G

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.

H

hashCode() - Method in class org.dejava.component.reflection.AnnotationMirror
 
hashCode() - Method in class org.dejava.component.reflection.ClassMirror
 
hashCode() - Method in class org.dejava.component.reflection.FieldMirror
 
hashCode() - Method in class org.dejava.component.reflection.MethodMirror
 

I

ILLEGAL_PARAMS_VALUES - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Illegal parameters values error key.
INVALID_JNDI_PATH - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Invalid JNDI path error key.
InvocationException - Exception in org.dejava.component.reflection.exception
Exception related to exceptions thrown by a target method.
InvocationException(Object[], Throwable) - Constructor for exception org.dejava.component.reflection.exception.InvocationException
Basic constructor.
InvocationException(Object, String, Object[], Throwable) - Constructor for exception org.dejava.component.reflection.exception.InvocationException
 
invokeMethod(Object, Boolean, Object[]) - Method in class org.dejava.component.reflection.MethodMirror
Invokes a method from an object/class.
invokeMethod(String, Boolean, Object[]) - Method in class org.dejava.component.reflection.MethodMirror
Invokes a method from a JNDI object.
isGetter(String) - Static method in class org.dejava.component.reflection.MethodMirror
Returns if the method name is from a getter.
isGetter() - Method in class org.dejava.component.reflection.MethodMirror
Returns if the method name is from a getter.
isSetter(String) - Static method in class org.dejava.component.reflection.MethodMirror
Returns if the method name is from a setter.
isSetter() - Method in class org.dejava.component.reflection.MethodMirror
Returns if the method name is from a setter.

J

JNDI_PATH - Static variable in class org.dejava.component.reflection.constant.MethodParamKeys
The JNDI path parameter key.

M

MessageTypes - Interface in org.dejava.component.reflection.util
Types of messages.
MessageTypes.Error - Interface in org.dejava.component.reflection.util
Error message type.
METHOD - Static variable in class org.dejava.component.reflection.constant.MethodParamKeys
The reflected method parameter key.
METHOD_EXCEPTION - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Method exception error key.
METHOD_NAME - Static variable in class org.dejava.component.reflection.constant.ClassParamKeys
The method name parameter key.
METHOD_NOT_FOUND - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Method not found error key.
MethodMirror - Class in org.dejava.component.reflection
Extends the reflection behavior of the Method type.
MethodMirror(Method) - Constructor for class org.dejava.component.reflection.MethodMirror
Public constructor for the reflection class.
MethodParamKeys - Class in org.dejava.component.reflection.constant
Constants related to the method mirror parameters keys.
MISSING_CONSTRUCTOR - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Missing constructor error key.
MISSING_METHOD - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Missing method error key.

N

newInstance(Object[], Boolean) - Method in class org.dejava.component.reflection.ConstructorMirror
Invokes a constructor for a class.
NOT_GETTER_SETTER - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Not getter/setter method error key.

O

org.dejava.component.reflection - package org.dejava.component.reflection
 
org.dejava.component.reflection.constant - package org.dejava.component.reflection.constant
 
org.dejava.component.reflection.exception - package org.dejava.component.reflection.exception
 
org.dejava.component.reflection.util - package org.dejava.component.reflection.util
 

S

setFields(LinkedList<FieldMirror>) - Method in class org.dejava.component.reflection.FieldPath
Sets the field path.
setReflectedAnnotation(Reflected) - Method in class org.dejava.component.reflection.AnnotationMirror
Sets the annotation being reflected.
setReflectedClass(Class<? extends Reflected>) - Method in class org.dejava.component.reflection.ClassMirror
Sets the class being reflected.
setReflectedConstructor(Constructor<? extends Reflected>) - Method in class org.dejava.component.reflection.ConstructorMirror
Sets the constructor being reflected.
setReflectedField(Field) - Method in class org.dejava.component.reflection.FieldMirror
Sets the field being reflected.
setReflectedMethod(Method) - Method in class org.dejava.component.reflection.MethodMirror
Sets the method being reflected.
SETTER_NOT_FOUND - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Setter not found error key.
SETTER_PREFIX - Static variable in class org.dejava.component.reflection.FieldMirror
The field setter prefix.
SETTER_REGEX - Static variable in class org.dejava.component.reflection.MethodMirror
Regular expression for setter methods.
setType(ClassMirror<?>) - Method in class org.dejava.component.reflection.FieldMirror
Sets the type (class) of the reflected field.
setValue(Object, Object, Boolean, Boolean) - Method in class org.dejava.component.reflection.FieldMirror
Sets the value of a field.
setValue(Object, Object, Boolean, Boolean) - Method in class org.dejava.component.reflection.FieldPath
Sets the value of the last field in the path.

T

TARGET_OBJECT - Static variable in class org.dejava.component.reflection.constant.FieldParamKeys
The target object parameter key.
TARGET_OBJECT - Static variable in class org.dejava.component.reflection.constant.MethodParamKeys
The target object parameter key.

U

UNACCESSIBLE_CONSTRUCTOR - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Unaccessible constructor error key.
UNACCESSIBLE_FIELD - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Unaccessible field error key.
UNACCESSIBLE_FIELD_PATH - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Unaccessible field path error key.
UNACCESSIBLE_METHOD - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Unaccessible method error key.
UNEXPECTED_CLASS - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Unexpected class error key.

W

WRONG_TARGET_OBJ - Static variable in class org.dejava.component.reflection.constant.ErrorKeys
Wrong target object error key.
A B C E F G H I J M N O S T U W 

Copyright © 2013. All Rights Reserved.