Class TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable

java.lang.Object
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable
All Implemented Interfaces:
TypeDescription.Generic.AnnotationReader
Enclosing class:
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType

@Enhance protected static class TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable extends TypeDescription.Generic.AnnotationReader.Delegator
A chained annotation reader for reading a formal type variable's type argument.
  • Field Details

  • Constructor Details

    • OfFormalTypeVariable

      protected OfFormalTypeVariable(TypeVariable<?> typeVariable, int index)
      Creates a chained annotation reader for reading a formal type variable's bound type.
      Parameters:
      typeVariable - The represented type variable.
      index - The type variable's index.
  • Method Details