Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType

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

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

  • Constructor Details

    • ForLoadedExecutableExceptionType

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