Package de.intarsys.tools.reflect

Interface Summary
IAccessHandler An object supporting handling reflective access to fields of a delegate.
IAccessHandlerAccessibility An object supporting handling reflective calls to fields of a delegate.
IAccessSupport An object supporting reflective calls to its fields.
IAccessSupportAccessibility An object supporting reflective calls to its fields.
IBasicAccessSupport An object supporting reflective get operations.
IBasicInvocationSupport An object supporting reflective method calls
IClassLoaderAccess An interface indicating support for complete access (get and set) to a ClassLoader.
IClassLoaderSupport An interface indicating support for getting a ClassLoader.
IFieldHandler An object able to access a field within a delegate
IFieldHandlerAccessibility An object able to access a field within a delegate
IInvocationHandler An object that supports handling reflective calls to the methods of a delegate.
IInvocationHandlerAccessibility An object that supports handling reflective calls to the behavior of a delegate.
IInvocationSupport An object supporting reflective access to its methods.
IInvocationSupportAccessibility An object supporting reflective access to its methods.
IMethodHandler An object able to access a method within a delegate
IMethodHandlerAccessibility An object able to access a method within a delegate
 

Class Summary
ClassLoaderTools Tool methods for handling ClassLoader instances.
ClassTools Tool class to enhance the reflective capabilities about classes.
ObjectTools A tool class for convenient object related tasks.
Predicates  
Predicates.And  
Predicates.Or  
 

Exception Summary
FieldAccessException  
FieldException An exception while accessing an object field.
FieldNotFoundException  
MethodException An exception while performing an object method.
MethodInvocationException An exception in the execution of a method.
MethodNotFoundException An exception in the lookup of method.
ObjectCreationException Failure while creating a new object via reflection.
ReflectionException