public class net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$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$ForStackManipulation$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.implementation.bytecode.StackManipulation stackManipulation;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.type.TypeDescription$Generic typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class<T>, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 3499
            aload 0 /* this */
            aload 1 /* annotationType */
            aload 2 /* typeDescription */
            invokestatic net.bytebuddy.implementation.bytecode.constant.ClassConstant.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            getstatic net.bytebuddy.description.type.TypeDescription.CLASS:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
         1: .line 3500
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$Factory<TT;>;
            0    2     1   annotationType  Ljava/lang/Class<TT;>;
            0    2     2  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/description/type/TypeDescription;)V
    MethodParameters:
                 Name  Flags
      annotationType   
      typeDescription  

  public void <init>(java.lang.Class<T>, net.bytebuddy.description.enumeration.EnumerationDescription);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/enumeration/EnumerationDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.description.enumeration.EnumerationDescription enumerationDescription
         0: .line 3509
            aload 0 /* this */
            aload 1 /* annotationType */
            aload 2 /* enumerationDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forEnumeration:(Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aload 2 /* enumerationDescription */
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getEnumerationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
         1: .line 3510
            return
        end local 2 // net.bytebuddy.description.enumeration.EnumerationDescription enumerationDescription
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$Factory<TT;>;
            0    2     1          annotationType  Ljava/lang/Class<TT;>;
            0    2     2  enumerationDescription  Lnet/bytebuddy/description/enumeration/EnumerationDescription;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/description/enumeration/EnumerationDescription;)V
    MethodParameters:
                        Name  Flags
      annotationType          
      enumerationDescription  

  public void <init>(java.lang.Class<T>, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
         0: .line 3519
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3520
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.annotationType:Ljava/lang/Class;
         2: .line 3521
            aload 0 /* this */
            aload 2 /* stackManipulation */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         3: .line 3522
            aload 0 /* this */
            aload 3 /* typeDescription */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 3523
            return
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$Factory<TT;>;
            0    5     1     annotationType  Ljava/lang/Class<TT;>;
            0    5     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0    5     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    MethodParameters:
                   Name  Flags
      annotationType     
      stackManipulation  
      typeDescription    

  public static <S extends java.lang.annotation.Annotation> net.bytebuddy.asm.Advice$OffsetMapping$Factory<S> of(java.lang.Class<S>, );
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.lang.Class annotationType
        start local 1 // java.lang.Object value
         0: .line 3536
            aload 1 /* value */
            ifnonnull 2
         1: .line 3537
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDefaultValue
            dup
            aload 0 /* annotationType */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDefaultValue.<init>:(Ljava/lang/Class;)V
            areturn
         2: .line 3538
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof java.lang.Boolean
            ifeq 6
         3: .line 3539
            aload 1 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(Z)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         4: .line 3540
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
         5: .line 3541
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
         6: aload 1 /* value */
            instanceof java.lang.Byte
            ifeq 10
         7: .line 3542
            aload 1 /* value */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         8: .line 3543
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
         9: .line 3544
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        10: aload 1 /* value */
            instanceof java.lang.Short
            ifeq 14
        11: .line 3545
            aload 1 /* value */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        12: .line 3546
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        13: .line 3547
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        14: aload 1 /* value */
            instanceof java.lang.Character
            ifeq 18
        15: .line 3548
            aload 1 /* value */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        16: .line 3549
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        17: .line 3550
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        18: aload 1 /* value */
            instanceof java.lang.Integer
            ifeq 22
        19: .line 3551
            aload 1 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        20: .line 3552
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        21: .line 3553
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        22: aload 1 /* value */
            instanceof java.lang.Long
            ifeq 26
        23: .line 3554
            aload 1 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokestatic net.bytebuddy.implementation.bytecode.constant.LongConstant.forValue:(J)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        24: .line 3555
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        25: .line 3556
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        26: aload 1 /* value */
            instanceof java.lang.Float
            ifeq 30
        27: .line 3557
            aload 1 /* value */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            invokestatic net.bytebuddy.implementation.bytecode.constant.FloatConstant.forValue:(F)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        28: .line 3558
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        29: .line 3559
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        30: aload 1 /* value */
            instanceof java.lang.Double
            ifeq 34
        31: .line 3560
            aload 1 /* value */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic net.bytebuddy.implementation.bytecode.constant.DoubleConstant.forValue:(D)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        32: .line 3561
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        33: .line 3562
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
      StackMap locals:
      StackMap stack:
        34: aload 1 /* value */
            instanceof java.lang.String
            ifeq 38
        35: .line 3563
            new net.bytebuddy.implementation.bytecode.constant.TextConstant
            dup
            aload 1 /* value */
            checkcast java.lang.String
            invokespecial net.bytebuddy.implementation.bytecode.constant.TextConstant.<init>:(Ljava/lang/String;)V
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        36: .line 3564
            getstatic net.bytebuddy.description.type.TypeDescription.STRING:Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* typeDescription */
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        37: .line 3565
            goto 39
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        38: .line 3566
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not a constant value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        start local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        39: .line 3568
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory
            dup
            aload 0 /* annotationType */
            aload 2 /* stackManipulation */
            aload 3 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
            areturn
        end local 3 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 1 // java.lang.Object value
        end local 0 // java.lang.Class annotationType
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   40     0     annotationType  Ljava/lang/Class<TS;>;
            0   40     1              value  Ljava/lang/Object;
            4    6     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            8   10     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           12   14     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           16   18     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           20   22     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           24   26     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           28   30     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           32   34     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           36   38     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           39   40     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            5    6     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            9   10     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           13   14     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           17   18     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           21   22     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           25   26     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           29   30     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           33   34     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           37   38     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
           39   40     3    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: <S::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TS;>;Ljava/lang/Object;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TS;>;
    MethodParameters:
                Name  Flags
      annotationType  
      value           

  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$ForStackManipulation$Factory this
         0: .line 3575
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$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$ForStackManipulation$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 3584
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)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$ForStackManipulation$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$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 ForStackManipulation = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation of net.bytebuddy.asm.Advice$OffsetMapping
  public Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  public OfDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  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 ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  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()