Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType

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

@Enhance(includeSyntheticFields=true) public static class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType extends TypeDescription.Generic.AnnotationReader.Delegator
A delegating annotation reader for an annotated parameter variable.
  • Field Details

  • Constructor Details

    • ForLoadedExecutableParameterType

      public ForLoadedExecutableParameterType(AccessibleObject executable, int index)
      Creates a new annotation reader for an annotated type argument type.
      Parameters:
      executable - The represented executable.
      index - The type argument's index.
  • Method Details