Package org.pf.reflect

Reflection Utility Classes
Provides convenience methods on top of the standard Java reflection API.

See:
          Description

Interface Summary
AttributeReadAccess Specifies the methods an object must implement to provide generic read access to its attributes.
AttributeReadWriteAccess Specifies the methods an object must implement to provide generic write access to its attributes.
 

Class Summary
ClassInfo Contains the name of a class and the class itself.
Dynamic This class supports more dynamic programming than usually possible in Java.
Modifiers This class provides methods to conveniently set/unset modifier bits without having to fiddle around with bit logic.
ReflectUtil The sole instance (Singleton) of this class can be accessed by method current().
 

Exception Summary
ReflectionException Special runtime exception to wrap all exceptions that might occur due to reflective access to objects and classes.
 

Package org.pf.reflect Description

Reflection Utility Classes


Provides convenience methods on top of the standard Java reflection API.