public abstract class net.bytebuddy.implementation.InvocationHandlerAdapter implements net.bytebuddy.implementation.Implementation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.InvocationHandlerAdapter
  super_class: java.lang.Object
{
  private static final net.bytebuddy.description.type.TypeDescription$Generic INVOCATION_HANDLER_TYPE;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean UNCACHED;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final boolean CACHED;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final boolean UNPRIVILEGED;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final boolean PRIVILEGED;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected final java.lang.String fieldName;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.implementation.bytecode.assign.Assigner assigner;
    descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean cached;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean privileged;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 55
            ldc Ljava/lang/reflect/InvocationHandler;
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            putstatic net.bytebuddy.implementation.InvocationHandlerAdapter.INVOCATION_HANDLER_TYPE:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         1: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.String, boolean, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner);
    descriptor: (Ljava/lang/String;ZZLnet/bytebuddy/implementation/bytecode/assign/Assigner;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter this
        start local 1 // java.lang.String fieldName
        start local 2 // boolean cached
        start local 3 // boolean privileged
        start local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 109
            aload 0 /* this */
            aload 1 /* fieldName */
            putfield net.bytebuddy.implementation.InvocationHandlerAdapter.fieldName:Ljava/lang/String;
         2: .line 110
            aload 0 /* this */
            iload 2 /* cached */
            putfield net.bytebuddy.implementation.InvocationHandlerAdapter.cached:Z
         3: .line 111
            aload 0 /* this */
            iload 3 /* privileged */
            putfield net.bytebuddy.implementation.InvocationHandlerAdapter.privileged:Z
         4: .line 112
            aload 0 /* this */
            aload 4 /* assigner */
            putfield net.bytebuddy.implementation.InvocationHandlerAdapter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
         5: .line 113
            return
        end local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 3 // boolean privileged
        end local 2 // boolean cached
        end local 1 // java.lang.String fieldName
        end local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
            0    6     1   fieldName  Ljava/lang/String;
            0    6     2      cached  Z
            0    6     3  privileged  Z
            0    6     4    assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
    MethodParameters:
            Name  Flags
      fieldName   
      cached      
      privileged  
      assigner    

  public static net.bytebuddy.implementation.InvocationHandlerAdapter of(java.lang.reflect.InvocationHandler);
    descriptor: (Ljava/lang/reflect/InvocationHandler;)Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.reflect.InvocationHandler invocationHandler
         0: .line 123
            aload 0 /* invocationHandler */
            new java.lang.StringBuilder
            dup
            ldc "invocationHandler$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* invocationHandler */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic net.bytebuddy.utility.RandomString.hashOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic net.bytebuddy.implementation.InvocationHandlerAdapter.of:(Ljava/lang/reflect/InvocationHandler;Ljava/lang/String;)Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
            areturn
        end local 0 // java.lang.reflect.InvocationHandler invocationHandler
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  invocationHandler  Ljava/lang/reflect/InvocationHandler;
    MethodParameters:
                   Name  Flags
      invocationHandler  

  public static net.bytebuddy.implementation.InvocationHandlerAdapter of(java.lang.reflect.InvocationHandler, java.lang.String);
    descriptor: (Ljava/lang/reflect/InvocationHandler;Ljava/lang/String;)Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // java.lang.reflect.InvocationHandler invocationHandler
        start local 1 // java.lang.String fieldName
         0: .line 135
            new net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance
            dup
            aload 1 /* fieldName */
            iconst_1
            iconst_0
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner.DEFAULT:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 0 /* invocationHandler */
            invokespecial net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance.<init>:(Ljava/lang/String;ZZLnet/bytebuddy/implementation/bytecode/assign/Assigner;Ljava/lang/reflect/InvocationHandler;)V
            areturn
        end local 1 // java.lang.String fieldName
        end local 0 // java.lang.reflect.InvocationHandler invocationHandler
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  invocationHandler  Ljava/lang/reflect/InvocationHandler;
            0    1     1          fieldName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      invocationHandler  
      fieldName          

  public static net.bytebuddy.implementation.InvocationHandlerAdapter toField(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 148
            aload 0 /* name */
            getstatic net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory.INSTANCE:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$ForClassHierarchy$Factory;
            invokestatic net.bytebuddy.implementation.InvocationHandlerAdapter.toField:(Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static net.bytebuddy.implementation.InvocationHandlerAdapter toField(java.lang.String, net.bytebuddy.dynamic.scaffold.FieldLocator$Factory);
    descriptor: (Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
         0: .line 162
            new net.bytebuddy.implementation.InvocationHandlerAdapter$ForField
            dup
            aload 0 /* name */
            iconst_1
            iconst_0
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner.DEFAULT:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 1 /* fieldLocatorFactory */
            invokespecial net.bytebuddy.implementation.InvocationHandlerAdapter$ForField.<init>:(Ljava/lang/String;ZZLnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)V
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 name  Ljava/lang/String;
            0    1     1  fieldLocatorFactory  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
    MethodParameters:
                     Name  Flags
      name                 
      fieldLocatorFactory  

  private java.util.List<net.bytebuddy.implementation.bytecode.StackManipulation> argumentValuesOf(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=7, args_size=2
        start local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 172
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            astore 2 /* parameterTypes */
        start local 2 // net.bytebuddy.description.type.TypeList$Generic parameterTypes
         1: .line 173
            new java.util.ArrayList
            dup
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* instruction */
        start local 3 // java.util.List instruction
         2: .line 174
            iconst_1
            istore 4 /* currentIndex */
        start local 4 // int currentIndex
         3: .line 175
            aload 2 /* parameterTypes */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: net.bytebuddy.implementation.InvocationHandlerAdapter net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeList$Generic java.util.List int top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 5 /* parameterType */
        start local 5 // net.bytebuddy.description.type.TypeDescription$Generic parameterType
         5: .line 176
            aload 3 /* instruction */
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         6: .line 177
            aload 5 /* parameterType */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess;
            iload 4 /* currentIndex */
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadFrom:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         7: .line 178
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 5 /* parameterType */
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
         8: .line 176
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 179
            iload 4 /* currentIndex */
            aload 5 /* parameterType */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getStackSize:()Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            iadd
            istore 4 /* currentIndex */
        end local 5 // net.bytebuddy.description.type.TypeDescription$Generic parameterType
        10: .line 175
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        11: .line 181
            aload 3 /* instruction */
            areturn
        end local 4 // int currentIndex
        end local 3 // java.util.List instruction
        end local 2 // net.bytebuddy.description.type.TypeList$Generic parameterTypes
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
            0   12     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            1   12     2      parameterTypes  Lnet/bytebuddy/description/type/TypeList$Generic;
            2   12     3         instruction  Ljava/util/List<Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;
            3   12     4        currentIndex  I
            5   10     5       parameterType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List<Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  

  public abstract net.bytebuddy.implementation.InvocationHandlerAdapter$WithoutPrivilegeConfiguration withoutMethodCache();
    descriptor: ()Lnet/bytebuddy/implementation/InvocationHandlerAdapter$WithoutPrivilegeConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.implementation.Implementation withAssigner(net.bytebuddy.implementation.bytecode.assign.Assigner);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      assigner  

  public abstract net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable withPrivilegedLookup();
    descriptor: ()Lnet/bytebuddy/implementation/InvocationHandlerAdapter$AssignerConfigurable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  protected net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.field.FieldDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=8, args_size=6
        start local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 4 // net.bytebuddy.implementation.bytecode.StackManipulation preparingManipulation
        start local 5 // net.bytebuddy.description.field.FieldDescription fieldDescription
         0: .line 223
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 2
         1: .line 224
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "It is not possible to apply an invocation handler onto the static method "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* instrumentedMethod */
            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
         2: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter.privileged:Z
            ifeq 4
         3: .line 227
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            invokestatic net.bytebuddy.implementation.bytecode.constant.MethodConstant.ofPrivileged:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CanCache;
            goto 5
         4: .line 228
      StackMap locals:
      StackMap stack:
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            invokestatic net.bytebuddy.implementation.bytecode.constant.MethodConstant.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CanCache;
         5: .line 226
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache
            astore 6 /* methodConstant */
        start local 6 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache methodConstant
         6: .line 229
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            bipush 8
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         7: .line 230
            aload 4 /* preparingManipulation */
            aastore
            dup
            iconst_1
         8: .line 231
            aload 5 /* fieldDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_2
         9: .line 232
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_3
        10: .line 233
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter.cached:Z
            ifeq 11
            aload 6 /* methodConstant */
            invokeinterface net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache.cached:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            goto 12
      StackMap locals: net.bytebuddy.implementation.InvocationHandlerAdapter org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.bytecode.StackManipulation net.bytebuddy.description.field.FieldDescription net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache
      StackMap stack: new 6 new 6 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int
        11: aload 6 /* methodConstant */
      StackMap locals: net.bytebuddy.implementation.InvocationHandlerAdapter org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.bytecode.StackManipulation net.bytebuddy.description.field.FieldDescription net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache
      StackMap stack: new 6 new 6 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int net.bytebuddy.implementation.bytecode.StackManipulation
        12: aastore
            dup
            iconst_4
        13: .line 234
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.collection.ArrayFactory.forType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/implementation/bytecode/collection/ArrayFactory;
            aload 0 /* this */
            aload 3 /* instrumentedMethod */
            invokevirtual net.bytebuddy.implementation.InvocationHandlerAdapter.argumentValuesOf:(Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List;
            invokevirtual net.bytebuddy.implementation.bytecode.collection.ArrayFactory.withValues:(Ljava/util/List;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_5
        14: .line 235
            getstatic net.bytebuddy.implementation.InvocationHandlerAdapter.INVOCATION_HANDLER_TYPE:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aastore
            dup
            bipush 6
        15: .line 236
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.DYNAMIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            bipush 7
        16: .line 237
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodReturn.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
        17: .line 229
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
        18: .line 238
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Compound.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
        19: .line 229
            astore 7 /* stackSize */
        start local 7 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        20: .line 239
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 7 /* stackSize */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Size.getMaximalSize:()I
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.<init>:(II)V
            areturn
        end local 7 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        end local 6 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache methodConstant
        end local 5 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 4 // net.bytebuddy.implementation.bytecode.StackManipulation preparingManipulation
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   21     0                   this  Lnet/bytebuddy/implementation/InvocationHandlerAdapter;
            0   21     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   21     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   21     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   21     4  preparingManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0   21     5       fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            6   21     6         methodConstant  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CanCache;
           20   21     7              stackSize  Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
      preparingManipulation  
      fieldDescription       
}
SourceFile: "InvocationHandlerAdapter.java"
NestMembers:
  net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable  net.bytebuddy.implementation.InvocationHandlerAdapter$ForField  net.bytebuddy.implementation.InvocationHandlerAdapter$ForField$Appender  net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance  net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender  net.bytebuddy.implementation.InvocationHandlerAdapter$WithoutPrivilegeConfiguration
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InGenericShape = net.bytebuddy.description.method.MethodDescription$InGenericShape of net.bytebuddy.description.method.MethodDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Factory = net.bytebuddy.dynamic.scaffold.FieldLocator$Factory of net.bytebuddy.dynamic.scaffold.FieldLocator
  public ForClassHierarchy = net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy of net.bytebuddy.dynamic.scaffold.FieldLocator
  public final Factory = net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory of net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract AssignerConfigurable = net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable of net.bytebuddy.implementation.InvocationHandlerAdapter
  protected ForField = net.bytebuddy.implementation.InvocationHandlerAdapter$ForField of net.bytebuddy.implementation.InvocationHandlerAdapter
  protected ForInstance = net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance of net.bytebuddy.implementation.InvocationHandlerAdapter
  public abstract WithoutPrivilegeConfiguration = net.bytebuddy.implementation.InvocationHandlerAdapter$WithoutPrivilegeConfiguration of net.bytebuddy.implementation.InvocationHandlerAdapter
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
  public abstract CanCache = net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache of net.bytebuddy.implementation.bytecode.constant.MethodConstant
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()