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

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

  private final net.bytebuddy.implementation.MethodAccessorFactory methodAccessorFactory;
    descriptor: Lnet/bytebuddy/implementation/MethodAccessorFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.field.FieldDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.MethodAccessorFactory);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/MethodAccessorFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this
        start local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 3 // net.bytebuddy.implementation.MethodAccessorFactory methodAccessorFactory
         0: .line 876
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 879
            aload 0 /* this */
            aload 1 /* fieldDescription */
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
         2: .line 880
            aload 0 /* this */
            aload 2 /* assigner */
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
         3: .line 881
            aload 0 /* this */
            aload 3 /* methodAccessorFactory */
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.methodAccessorFactory:Lnet/bytebuddy/implementation/MethodAccessorFactory;
         4: .line 882
            return
        end local 3 // net.bytebuddy.implementation.MethodAccessorFactory methodAccessorFactory
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            0    5     1       fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            0    5     2               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    5     3  methodAccessorFactory  Lnet/bytebuddy/implementation/MethodAccessorFactory;
    MethodParameters:
                       Name  Flags
      fieldDescription       
      assigner               
      methodAccessorFactory  

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 888
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 895
            new net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender
            dup
            aload 0 /* this */
            aload 1 /* implementationTarget */
            invokespecial net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.<init>:(Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;Lnet/bytebuddy/implementation/Implementation$Target;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
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 Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  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
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()