public class net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex implements net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.method.MethodDescription$InDefinedShape getterMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.method.MethodDescription$InDefinedShape setterMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape getterMethod
        start local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape setterMethod
         0: .line 427
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 428
            aload 0 /* this */
            aload 1 /* getterMethod */
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex.getterMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 429
            aload 0 /* this */
            aload 2 /* setterMethod */
            putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex.setterMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         3: .line 430
            return
        end local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape setterMethod
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape getterMethod
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldResolver$Factory$Simplex;
            0    4     1  getterMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    4     2  setterMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    MethodParameters:
              Name  Flags
      getterMethod  
      setterMethod  

  public net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.field.FieldDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex this
        start local 1 // net.bytebuddy.description.type.TypeDescription parameterType
        start local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
         0: .line 436
            aload 1 /* parameterType */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex.getterMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 437
            new net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForGetter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex.getterMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokespecial net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForGetter.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
            areturn
         2: .line 438
      StackMap locals:
      StackMap stack:
            aload 1 /* parameterType */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex.setterMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         3: .line 439
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isFinal:()Z
            ifeq 5
         4: .line 440
            getstatic net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Unresolved.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldResolver$Unresolved;
            goto 6
         5: .line 441
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForSetter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex.setterMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokespecial net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForSetter.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
         6: .line 439
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver
            areturn
         7: .line 443
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Cannot use @FieldProxy on a non-installed type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 1 // net.bytebuddy.description.type.TypeDescription parameterType
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldResolver$Factory$Simplex;
            0    8     1     parameterType  Lnet/bytebuddy/description/type/TypeDescription;
            0    8     2  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
    MethodParameters:
                  Name  Flags
      parameterType     
      fieldDescription  
}
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.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public Binder = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder of net.bytebuddy.implementation.bind.annotation.FieldProxy
  protected abstract FieldResolver = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder
  public abstract Factory = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver
  public Simplex = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory
  public ForGetter = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForGetter of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver
  public ForSetter = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForSetter of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver
  public final Unresolved = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Unresolved of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()