public class net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this$2;
    descriptor: Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter, net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;Lnet/bytebuddy/implementation/Implementation$Target;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender this
        start local 2 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 914
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 915
            aload 0 /* this */
            aload 2 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 916
            return
        end local 2 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter$Appender;
            0    3     2  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      this$0                final
      implementationTarget  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=7, args_size=4
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender 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
         0: .line 924
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            iconst_0
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 4 /* parameterType */
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic parameterType
         1: .line 925
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.methodAccessorFactory:Lnet/bytebuddy/implementation/MethodAccessorFactory;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
            getstatic net.bytebuddy.implementation.MethodAccessorFactory$AccessType.DEFAULT:Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
            invokeinterface net.bytebuddy.implementation.MethodAccessorFactory.registerSetterFor:(Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            astore 5 /* setterMethod */
        start local 5 // net.bytebuddy.description.method.MethodDescription setterMethod
         2: .line 926
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_5
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         3: .line 927
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifeq 5
         4: .line 928
            getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
            goto 12
         5: .line 929
      StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.method.MethodDescription
      StackMap stack: new 2 new 2 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         6: .line 930
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         7: .line 931
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
         8: .line 932
            ldc "instance"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.field.FieldList
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
         9: .line 931
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
        10: .line 932
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
        11: .line 929
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
      StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.method.MethodDescription
      StackMap stack: new 2 new 2 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int net.bytebuddy.implementation.bytecode.StackManipulation
        12: aastore
            dup
            iconst_1
        13: .line 933
            aload 4 /* parameterType */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess;
            iconst_1
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadFrom:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_2
        14: .line 934
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.this$2:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 4 /* parameterType */
            aload 5 /* setterMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            iconst_0
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()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
            iconst_3
        15: .line 935
            aload 5 /* setterMethod */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aastore
            dup
            iconst_4
        16: .line 936
            getstatic net.bytebuddy.implementation.bytecode.member.MethodReturn.VOID:Lnet/bytebuddy/implementation/bytecode/member/MethodReturn;
        17: .line 926
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
        18: .line 937
            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 926
            astore 6 /* stackSize */
        start local 6 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        20: .line 938
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 6 /* 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 6 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        end local 5 // net.bytebuddy.description.method.MethodDescription setterMethod
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic parameterType
        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.bind.annotation.FieldProxy$Binder$FieldSetter$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   21     0                   this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter$Appender;
            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;
            1   21     4          parameterType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            2   21     5           setterMethod  Lnet/bytebuddy/description/method/MethodDescription;
           20   21     6              stackSize  Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "FieldProxy.java"
NestHost: net.bytebuddy.implementation.bind.annotation.FieldProxy
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public final AccessType = net.bytebuddy.implementation.MethodAccessorFactory$AccessType of net.bytebuddy.implementation.MethodAccessorFactory
  public Binder = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder of net.bytebuddy.implementation.bind.annotation.FieldProxy
  protected FieldSetter = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder
  protected Appender = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter
  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 Trivial = net.bytebuddy.implementation.bytecode.StackManipulation$Trivial 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 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
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)