public static class TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType extends TypeDescription.Generic.AnnotationReader.Delegator.Chained
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable
A chained annotation reader for reading a formal type variable's type argument.
|
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.NoOpannotationReader, NOT_AVAILABLEDISPATCHER| Modifier | Constructor and Description |
|---|---|
protected |
ForTypeVariableBoundType(TypeDescription.Generic.AnnotationReader annotationReader,
int index)
Creates a chained annotation reader for reading a type variable's bound type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
protected AnnotatedElement |
resolve(AnnotatedElement annotatedElement)
Resolves the type annotations from a given annotated element into the annotated element that this instance represents.
|
String |
toString() |
resolveasList, ofComponentType, ofOuterClass, ofOwnerType, ofTypeArgument, ofTypeVariableBoundType, ofWildcardLowerBoundType, ofWildcardUpperBoundTypeprotected ForTypeVariableBoundType(TypeDescription.Generic.AnnotationReader annotationReader, int index)
annotationReader - The annotation reader from which to delegate.index - The type variable's index.protected AnnotatedElement resolve(AnnotatedElement annotatedElement)
TypeDescription.Generic.AnnotationReader.Delegator.Chainedresolve in class TypeDescription.Generic.AnnotationReader.Delegator.ChainedannotatedElement - The original annotated element.public boolean equals(Object other)
equals in class TypeDescription.Generic.AnnotationReader.Delegator.Chainedpublic int hashCode()
hashCode in class TypeDescription.Generic.AnnotationReader.Delegator.ChainedCopyright © 2014–2016. All rights reserved.