@HashCodeAndEqualsPlugin.Enhance(includeSyntheticFields=true) protected class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedParameterizedType extends TypeDescription.Generic.AnnotationReader.Delegator
TypeDescription.Generic.AnnotationReader.Delegator.Chained
TypeDescription.Generic.AnnotationReader.Delegator, TypeDescription.Generic.AnnotationReader.Dispatcher, TypeDescription.Generic.AnnotationReader.ForComponentType, TypeDescription.Generic.AnnotationReader.ForOwnerType, TypeDescription.Generic.AnnotationReader.ForTypeArgument, TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType, TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType, TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType, TypeDescription.Generic.AnnotationReader.NoOp
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.AccessibleObject |
executable
The represented executable.
|
private int |
index
The type argument's index.
|
NO_ARGUMENTS
DISPATCHER
Modifier | Constructor and Description |
---|---|
protected |
AnnotatedParameterizedType(java.lang.reflect.AccessibleObject executable,
int index)
Creates a new annotation reader for an annotated type argument type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.AnnotatedElement |
resolve()
Resolves the underlying
AnnotatedElement . |
asList, ofComponentType, ofOuterClass, ofOwnerType, ofTypeArgument, ofTypeVariableBoundType, ofWildcardLowerBoundType, ofWildcardUpperBoundType
private final java.lang.reflect.AccessibleObject executable
private final int index