|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AnnotatedElement | AnnotatedElement |
| GenericArrayType | GenericArrayType |
| GenericDeclaration | GenericDeclaration |
| InvocationHandler | InvocationHandler is an interface that provides an invoke method to be used with a Proxy. |
| Member | Member is the common interface for features that may be declared within a class: methods, fields and constructors. |
| ParameterizedType | ParameterizedType |
| Type | Type |
| TypeVariable<D extends GenericDeclaration> | TypeVariable |
| WildcardType | WildcartType |
| Class Summary | |
|---|---|
| AccessibleObject | AccessibleObject provides an super class for features Field, Method and Constructor that are accessible via reflection. |
| Array | Array provides methods to create instances of array and to access the elements of arrays of different types. |
| Constructor<T> | Constructor enables reflection access to Java constructors. |
| Field | Field enables reflection access to Java fields. |
| Method | Method enables reflection access to Java methods. |
| Modifier | Modifiers defines access flags that modify classes or their members. |
| 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
InvocationHandler. |
| ReflectPermission | ReflectPermission is a named permission. |
| Exception Summary | |
|---|---|
| InvocationTargetException | An object of this exception signals that there was an exception that was not handled in a call of Method.invoke or Constructor.newInstance. |
| MalformedParameterizedTypeException | |
| UndeclaredThrowableException | This class acts a wrapper if a call to invoke() throws a checked exception that was not declared by the method definition. |
| Error Summary | |
|---|---|
| GenericSignatureFormatError | GenericSignatureFormatError |
Runtime inspection and manipulation of object classes, methods, arguments and fields.
|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||