Reflection-Util API and other internals
of this reflection-util.See: Description
| Class | Description |
|---|---|
| CommonTypeVariables |
This class contains common
TypeVariables. |
| GenericArrayTypeImpl |
This is an implementation of the
GenericArrayType interface. |
| GenericTypeImpl<T> |
This is the implementation of the
GenericType interface. |
| GenericTypeImpl.ClassBounds |
This inner class represents the bounds of a
GenericType. |
| LowerBoundWildcardType |
This is an implementation of the
WildcardType interface for a single lower bound. |
| ParameterizedTypeImpl |
This is an implementation of the
ParameterizedType interface. |
| SimpleGenericTypeImpl<T> |
This is an implementation of the
GenericType interface for a simple Class. |
| TypeVariableImpl<DECLARATION extends GenericDeclaration> |
This is an implementation of the
TypeVariable interface. |
| UnboundedWildcardType |
This is an implementation of the
WildcardType interface for the unbounded wildcard (?
). |
| UpperBoundWildcardType |
This is an implementation of the
WildcardType interface for a single upper bound. |
Reflection-Util API and other internals
of this reflection-util.
GenericType interface. Type and its
sub-interfaces. Unlike Class.forName(String) there is no
build in way to create a generic Type from a given
string. This lack is covered by
ReflectionUtilImpl.toType(String) that uses the
dummy type-implementations of this package.Copyright © 2001–2015 mmm-Team. All rights reserved.