| Class and Description |
|---|
| ReferenceType
A ReferenceType like a class, an interface or an enum.
|
| Type
A usage of a type.
|
| Class and Description |
|---|
| Type
A usage of a type.
|
| Class and Description |
|---|
| Type
A usage of a type.
|
| Class and Description |
|---|
| ArrayType
Array Type.
|
| NullType
This is a virtual type used to represent null values.
|
| PrimitiveType |
| ReferenceType
A ReferenceType like a class, an interface or an enum.
|
| Type
A usage of a type.
|
| TypeTransformer |
| Wildcard
A wildcard can be:
- unbounded (?)
- have a lower bound (? super Number)
- have an upper bound (? extends Number)
It is not possible to have both a lower and an upper bound at the same time.
|
| Wildcard.BoundType |
| Class and Description |
|---|
| Type
A usage of a type.
|
Copyright © 2016. All rights reserved.