public class net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory<T extends java.lang.annotation.Annotation> implements net.bytebuddy.asm.Advice$OffsetMapping$Factory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory
  super_class: java.lang.Object
{
  private final java.lang.Class<T> annotationType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TT;>;

  private final net.bytebuddy.description.method.ParameterDescription parameterDescription;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean readOnly;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing;
    descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class<T>, net.bytebuddy.description.method.ParameterDescription);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/method/ParameterDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         0: .line 1704
            aload 0 /* this */
            aload 1 /* annotationType */
            aload 2 /* parameterDescription */
            iconst_1
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/method/ParameterDescription;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
         1: .line 1705
            return
        end local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Resolved$Factory<TT;>;
            0    2     1        annotationType  Ljava/lang/Class<TT;>;
            0    2     2  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/description/method/ParameterDescription;)V
    MethodParameters:
                      Name  Flags
      annotationType        
      parameterDescription  

  public void <init>(java.lang.Class<T>, net.bytebuddy.description.method.ParameterDescription, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/method/ParameterDescription;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        start local 3 // boolean readOnly
        start local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 1715
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1716
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.annotationType:Ljava/lang/Class;
         2: .line 1717
            aload 0 /* this */
            aload 2 /* parameterDescription */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
         3: .line 1718
            aload 0 /* this */
            iload 3 /* readOnly */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.readOnly:Z
         4: .line 1719
            aload 0 /* this */
            aload 4 /* typing */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
         5: .line 1720
            return
        end local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 3 // boolean readOnly
        end local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Resolved$Factory<TT;>;
            0    6     1        annotationType  Ljava/lang/Class<TT;>;
            0    6     2  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
            0    6     3              readOnly  Z
            0    6     4                typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/description/method/ParameterDescription;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
    MethodParameters:
                      Name  Flags
      annotationType        
      parameterDescription  
      readOnly              
      typing                

  public java.lang.Class<T> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
         0: .line 1726
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Resolved$Factory<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<T>, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
        start local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
         0: .line 1735
            new net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.readOnly:Z
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/description/method/ParameterDescription;)V
            areturn
        end local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Resolved$Factory<TT;>;
            0    1     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    1     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;
            0    1     3  adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    Signature: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  
}
Signature: <T::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TT;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  public abstract ForArgument = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument of net.bytebuddy.asm.Advice$OffsetMapping
  public Resolved = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
  public Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()