java.lang.reflect
Classes
| AccessibleObject |
The AccessibleObject class is the base class for Field, Method and Constructor objects. |
| Array |
The |
| Constructor |
|
| Executable |
A shared superclass for the common functionality of |
| Field |
A |
| Method |
A |
| Modifier |
The Modifier class provides |
| Parameter |
Information about method parameters. |
| Proxy |
|
| ReflectPermission |
Legacy security code; do not use. |
Exceptions
| GenericSignatureFormatError |
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor. |
| InvocationTargetException |
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
| MalformedParameterizedTypeException |
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it. |
| MalformedParametersException |
Thrown when |
| UndeclaredThrowableException |
Thrown by a method invocation on a proxy instance if its invocation handler's |