AccessibleObject | This class is the superclass of various reflection classes, and
allows sufficiently trusted code to bypass normal restrictions to
do necessary things like invoke private methods outside of the
class during Serialization. |
Array | Array holds static helper functions that allow you to create and
manipulate arrays by reflection. |
Constructor | |
Field | |
InvocationHandler | This interface defines an invocation handler. |
InvocationTargetException | InvocationTargetException is sort of a way to "wrap" whatever exception
comes up when a method or constructor is called via Reflection. |
Member | Member is an interface that represents any member of a class (field or
method) or a constructor. |
Method | |
Modifier | Modifier is a helper class with static methods to determine whether an
int returned from getModifiers() represents static, public, protected,
native, final, etc... |
Proxy | This class allows you to dynamically create an instance of any (or
even multiple) interfaces by reflection, and decide at runtime
how that instance will behave by giving it an appropriate
|
ReflectPermission | This class implements permissions for reflection. |
UndeclaredThrowableException | This exception class is thrown by a |