| Interface | Description |
|---|---|
| GenericsInfo.TypeWriter |
Customization interface to control types hierarchy to string behaviour.
|
| Class | Description |
|---|---|
| AbstractGenericsContext |
Context object wraps root type hierarchy generics information descriptor and provides utility methods for
actual types resolution.
|
| ConstructorGenericsContext |
Constructor generics context.
|
| GenericsContext |
Generics context of specific type (class) or inlying context (when root type context known).
|
| GenericsInfo |
Holds types hierarchy resolved generics information.
|
| GenericsInfo.DefaultTypeWriter |
Default hierarchy writer implementation.
|
| GenericsInfoFactory |
Analyze class hierarchy and produce object with resolved generics for each class.
|
| MethodGenericsContext |
Method generics context.
|
| Enum | Description |
|---|---|
| GenericDeclarationScope |
Enum specifies possible generic declaration sources.
|