Classes in java.lang.reflect used by java.lang.reflect |
AccessibleObject
The AccessibleObject class is the base class for Field, Method and
Constructor objects. |
InvocationHandler
InvocationHandler is the interface implemented by
the invocation handler of a proxy instance.
|
InvocationTargetException
This class provides a wrapper for an exception thrown by a Method or
Constructor invocation. |
Member
Member is an interface that reflects identifying information about
a single member (a field or a method) or a constructor. |
Method
A Method provides information about, and access to, a single method
on a class or interface. |