| Class | Description |
|---|---|
| Generic |
Generic argument on a type deceleration
|
| Type<T> |
A Type is an internal representation of a Java type, optionally with a list of generic types defined.
|
| TypeMap<V> | |
| TypeReference<T> |
This generic abstract class is used for obtaining full generics type information by sub-classing.
|
| TypeResolver |
Resolves the type of various java member types and return a
Type object |
| TypeSet |