public static class TypeDescription.Generic.AnnotationReader.ForComponentType extends TypeDescription.Generic.AnnotationReader.Delegator.Chained
TypeDescription.Generic.AnnotationReader.Delegator.ChainedTypeDescription.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 static java.lang.reflect.Method |
GET_ANNOTATED_GENERIC_COMPONENT_TYPE
The
java.lang.reflect.AnnotatedArrayType#getAnnotatedGenericComponentType method. |
annotationReader, NOT_AVAILABLENO_ARGUMENTSDISPATCHER| Modifier | Constructor and Description |
|---|---|
protected |
ForComponentType(TypeDescription.Generic.AnnotationReader annotationReader)
Creates a chained annotation reader for reading a component type.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.reflect.AnnotatedElement |
resolve(java.lang.reflect.AnnotatedElement annotatedElement)
Resolves the type annotations from a given annotated element into the annotated element that this instance represents.
|
of, resolveasList, ofComponentType, ofOuterClass, ofOwnerType, ofTypeArgument, ofTypeVariableBoundType, ofWildcardLowerBoundType, ofWildcardUpperBoundTypeprivate static final java.lang.reflect.Method GET_ANNOTATED_GENERIC_COMPONENT_TYPE
java.lang.reflect.AnnotatedArrayType#getAnnotatedGenericComponentType method.protected ForComponentType(TypeDescription.Generic.AnnotationReader annotationReader)
annotationReader - The annotation reader from which to delegate.protected java.lang.reflect.AnnotatedElement resolve(java.lang.reflect.AnnotatedElement annotatedElement)
TypeDescription.Generic.AnnotationReader.Delegator.Chainedresolve in class TypeDescription.Generic.AnnotationReader.Delegator.ChainedannotatedElement - The original annotated element.