Interface | Description |
---|---|
AnnotatedCaptureType |
Annotated equivalent of
CaptureType |
CaptureType |
CaptureType represents a wildcard that has gone through capture conversion.
|
Class | Description |
---|---|
AnnotatedArrayTypeImpl | |
AnnotatedCaptureTypeImpl | |
AnnotatedParameterizedTypeImpl | |
AnnotatedTypeImpl | |
AnnotatedTypeMap<K extends java.lang.reflect.AnnotatedType,V> |
A
Map implementation keyed by AnnotatedType . |
AnnotatedTypeSet<E extends java.lang.reflect.AnnotatedType> |
A
Set implementation suited for maintaining AnnotatedType elements. |
AnnotatedTypeVariableImpl | |
AnnotatedWildcardTypeImpl | |
AnnotationInvocationHandler |
An implementation of
Annotation that mimics the behavior of normal annotations. |
CaptureTypeImpl | |
GenericArrayTypeImpl | |
GenericTypeReflector |
Utility class for doing reflection on types.
|
GenericTypeReflector.AnnotatedCaptureCacheKey | |
GenericTypeReflector.CaptureCacheKey |
A key representing a
CaptureType . |
ParameterizedTypeImpl | |
TypeFactory |
Utility class for creating instances of
Type . |
TypeToken<T> |
Wrapper around
Type . |
TypeVariableImpl<D extends java.lang.reflect.GenericDeclaration> | |
TypeVisitor | |
TypeVisitor.AnnotatedCaptureCacheKey | |
VarMap |
Mapping between type variables and actual parameters.
|
WildcardTypeImpl |
Enum | Description |
---|---|
VarMap.MappingMode |
Exception | Description |
---|---|
AnnotationFormatException |
Indicates that invalid data has been encountered during annotation creation.
|
TypeArgumentNotInBoundException |
Thrown to indicate that a type argument for a parameterized type is not within the bound declared
on the type parameter.
|
UnresolvedTypeVariableException |