| Interface | Description |
|---|---|
| FieldType |
Represents any type that can be used in a field.
|
| PrimitiveType | |
| Type |
Represents a type within Java.
|
| Class | Description |
|---|---|
| ArrayType |
Represents an array type within Java.
|
| MethodDescriptor |
A model of a method descriptor, a text representation of a method's
parameter type and return type.
|
| MethodDescriptorReader | |
| ObjectType |
Represents an object type within Java.
|
| TypeReader | |
| VoidType |
Represents a void type within Java.
|
| Enum | Description |
|---|---|
| BaseType |
Represents a base type within Java.
|