|
Class Summary |
| ArrayType |
Array types represent Java arrays, both primitive and object valued. |
| ClassKey |
Key class, used as an efficient and accurate key
for locating per-class values, such as
JsonSerializers. |
| CollectionType |
Type that represents Java Collection types (Lists, Sets). |
| MapType |
Type that represents Java Map types. |
| SimpleType |
Simple types are defined as anything other than one of recognized
container types (arrays, Collections, Maps). |
| TypeFactory |
Class that knows how construct JavaType instances,
given various inputs. |
| TypeReference<T> |
Deprecated. |