@HashCodeAndEqualsPlugin.Enhance protected static class TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable extends TypeDescription.Generic.AnnotationReader.Delegator
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable.FormalTypeVariable
A proxy to interact with
java.lang.reflect.TypeVariable. |
TypeDescription.Generic.AnnotationReader.Delegator.Chained, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedInterface, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedRecordComponent, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedSuperClass, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedTypeVariable, TypeDescription.Generic.AnnotationReader.Delegator.SimpleTypeDescription.Generic.AnnotationReader.Delegator, 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 | Constructor and Description |
|---|---|
protected |
OfFormalTypeVariable(TypeVariable<?> typeVariable,
int index)
Creates a chained annotation reader for reading a formal type variable's bound type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
resolve()
Resolves the underlying
AnnotatedElement. |
asList, ofComponentType, ofOuterClass, ofOwnerType, ofTypeArgument, ofTypeVariableBoundType, ofWildcardLowerBoundType, ofWildcardUpperBoundTypeprotected OfFormalTypeVariable(TypeVariable<?> typeVariable, int index)
typeVariable - The represented type variable.index - The type variable's index.public AnnotatedElement resolve()
AnnotatedElement.Copyright © 2014–2025. All rights reserved.