BeanDescriptor |
Contains basic information about the read and write methods for a bean class.
|
BeanDescriptorCache |
|
ClassDescriptor |
Contains basic information about the methods, fields and constructors for a class.
|
ClassDescriptorCache |
|
RConstructor |
Wraps a Constructor allowing easy access to parameters and the ability to create new instances of an object.
|
Reflect |
Wrapper around an object or class allowing easy access to reflection operations.
|
ReflectionException |
Specialized exception for reflection errors
|
RExecutable |
Base class for Executable objects (Methods and Constructors)
|
RField |
Wraps a Field allowing easy access to retrieving and setting its value.
|
RMethod |
Wraps a Method allowing easy access to parameters and the ability to invoke the method.
|
RParameter |
Wraps a Parameter giving easy access to its type information.
|