Interface | Description |
---|---|
ConstructorInvoker |
Interface that defines a class capable of invoking a
Constructor . |
FieldHandler |
A handler for
Field objects. |
MethodInvoker |
Interface that defines a class capable of invoking a
Method . |
ReflectionFactory |
Interface that defines a factory for objects using in the
Reflection class. |
Reflector |
Interface that defines a class that encapsulates the reflection using an automata to
create a more readable language.
|
Class | Description |
---|---|
ClassPredicates |
A set of predicates to use with
Class objects. |
ConstructorPredicates |
A set of predicates to use with
Constructor objects. |
FieldPredicates |
A set of predicates to use with
Field objects. |
MethodPredicates |
A set of predicates to use with
Method objects. |
ParameterPredicates |
A class that holds a set of predicates to evaluate parameters.
|
Reflection |
An utility class for help the use of Reflection.
|
ReflectionPredicates |
An utility class for helping the use of
Predicate object that involves
Reflection in general. |
Exception | Description |
---|---|
ReflectionException |
Exception thrown when an error occurs in a Reflection operation.
|