Package org.spicefactory.lib.reflect

Reflection Library (Bean Properties, Method Invocation) that properly supports Generics.

See:
          Description

Interface Summary
Converter<T> Interface to be implemented by objects responsible for any necessary type conversion.
 

Class Summary
Bean Represents a target bean and provides information on its properties.
MethodInvoker MethodInvoker instances allow the reflective invocation of Methods with automatic parameter conversion.
Property Represents a single Property of a Bean.
ReflectionFactory The ReflectionFactory is the central factory for the Spicelib reflection package.
TypeContext A TypeContext instance reflects on a given supertype from the perspective of a subtype.
 

Exception Summary
ConversionException Exception thrown when type conversion fails.
MethodInvocationException Exception thrown when a MethodInvocation fails.
PropertyException Exception thrown when reading from or writing to a Bean Property fails.
 

Package org.spicefactory.lib.reflect Description

Reflection Library (Bean Properties, Method Invocation) that properly supports Generics.