Interface | Description |
---|---|
InvocationHandler | |
Member |
Member is an interface that represents any member of a class (field or
method) or a constructor.
|
Class | Description |
---|---|
Array |
Array holds static helper functions that allow you to create and
manipulate arrays by reflection.
|
Constructor | |
Field | |
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 |
Exception | Description |
---|---|
InvocationTargetException |
InvocationTargetException is sort of a way to "wrap" whatever exception
comes up when a method or constructor is called via Reflection.
|
UndeclaredThrowableException |