| 接口 | 说明 |
|---|---|
| TypeEnvironment |
A typing context that knows how to "resolve" the generic parameters of a
Type. |
| 类 | 说明 |
|---|---|
| ApproximatingTypeEnvironment |
A
TypeEnvironment that approximates the unresolved components of a generic simple
type or collection to their nearest upper binding. |
| CompoundTypeEnvironment |
A composition of two
TypeEnvironment functions. |
| IdentityTypeEnvironment |
Substitutes a
Type for itself. |
| JavaAnnotationReader |
Reads standard Java annotations.
|
| JavaMetadataProvider | |
| JavaReflectionManager |
The factory for all the objects in this package.
|
| JavaXAnnotatedElement | |
| JavaXArrayType | |
| JavaXClass | |
| JavaXCollectionType | |
| JavaXMember | |
| JavaXMethod | |
| JavaXPackage | |
| JavaXProperty | |
| JavaXSimpleType | |
| JavaXType |
The Java X-layer equivalent to a Java
Type. |
| Pair<T,U> |
A pair of objects that can be used as a key in a Map.
|
| SimpleTypeEnvironment |
Binds formal type arguments (typically T, E, etc.) to actual types.
|
| StandardClassLoaderDelegateImpl | |
| TypeEnvironmentFactory |
Returns the type context for a given
Class or ParameterizedType. |
| TypeFactory |
This class instances our own
ParameterizedTypes and GenericArrayTypes. |
Copyright © 2020. All rights reserved.