| Type | Reason |
|---|
| AccessibleObject |
AccessibleObject is the superclass of all member reflection classes
(Field, Constructor, Method). |
| Array | Provides static methods to create and access arrays dynamically. |
| Constructor | This class represents a constructor. |
| Constructor+InterfaceConsts | Documentation for this section has not yet been entered. |
| Field | This class represents a field. |
| Field+InterfaceConsts | Documentation for this section has not yet been entered. |
| GenericSignatureFormatError | Indicates that a malformed signature has been encountered via a reflective
method. |
| IAnnotatedElement | This interface provides reflective access to annotation information. |
| IGenericArrayType | This interface represents an array type with a component type that is either
a parameterized type or a type variable. |
| IGenericDeclaration | Common interface for language constructs that declare type parameters. |
| IInvocationHandler | Implementors of this interface dispatch methods invoked on proxy instances. |
| IMember | Common interface providing access to reflective information on class members. |
| InvocationTargetException | This class provides a wrapper for an exception thrown by a Method or
Constructor invocation. |
| IParameterizedType | This interface represents a parameterized type such as 'Set<String>'. |
| IType | Common interface implemented by all Java types. |
| ITypeVariable | This interface represents a type variables such as 'T' in 'public interface Comparable', the bounded 'T' in 'public interface A' or the multiple bounded 'T' in 'public interface B'. |
| IWildcardType | A pattern type, such as the upper bounded wildcard ? extends Closeable or the lower bounded wildcard ? super String. |
| MalformedParameterizedTypeException | Indicates that a malformed parameterized type has been encountered by a
reflective method. |
| Member | Common interface providing access to reflective information on class members. |
| MemberConsts | Documentation for this section has not yet been entered. |
| Method | This class represents a method. |
| Method+InterfaceConsts | Documentation for this section has not yet been entered. |
| Modifier | This class provides static methods to decode class and member modifiers. |
| Proxy |
Proxy defines methods for creating dynamic proxy classes and instances. |
| ReflectPermission | Legacy security code; do not use. |
| UndeclaredThrowableException | This class provides a wrapper for an undeclared, checked exception thrown by
an InvocationHandler. |