Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedInterface

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

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

    • type

      private final Class<?> type
      The represented interface type.
    • index

      private final int index
      The interface type's index.
  • Constructor Details

    • ForLoadedInterface

      public ForLoadedInterface(Class<?> type, int index)
      Creates a new annotation reader for an annotated interface type.
      Parameters:
      type - The represented interface type.
      index - The interface type's index.
  • Method Details