public class net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate extends net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder$ForFieldBinding<net.bytebuddy.implementation.bind.annotation.FieldValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate
  super_class: net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder$ForFieldBinding
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
         0: .line 137
            aload 0 /* this */
            invokespecial net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder$ForFieldBinding.<init>:()V
            return
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/FieldValue$Binder$Delegate;

  public java.lang.Class<net.bytebuddy.implementation.bind.annotation.FieldValue> getHandledType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
         0: .line 143
            ldc Lnet/bytebuddy/implementation/bind/annotation/FieldValue;
            areturn
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/FieldValue$Binder$Delegate;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;

  protected java.lang.String fieldName(net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.FieldValue>);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
         0: .line 148
            aload 1 /* annotation */
            getstatic net.bytebuddy.implementation.bind.annotation.FieldValue$Binder.FIELD_NAME:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/implementation/bind/annotation/FieldValue$Binder$Delegate;
            0    1     1  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;)Ljava/lang/String;
    MethodParameters:
            Name  Flags
      annotation  

  protected net.bytebuddy.description.type.TypeDescription declaringType(net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.FieldValue>);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
         0: .line 153
            aload 1 /* annotation */
            getstatic net.bytebuddy.implementation.bind.annotation.FieldValue$Binder.DECLARING_TYPE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            ldc Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            areturn
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/implementation/bind/annotation/FieldValue$Binder$Delegate;
            0    1     1  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;)Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
            Name  Flags
      annotation  

  protected net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding<?> bind(net.bytebuddy.description.field.FieldDescription, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.FieldValue>, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.bytecode.assign.Assigner);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=8, args_size=7
        start local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
        start local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.description.method.MethodDescription source
        start local 4 // net.bytebuddy.description.method.ParameterDescription target
        start local 5 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        start local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
         0: .line 163
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_3
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 164
            aload 1 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifeq 3
         2: .line 165
            getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
            goto 4
         3: .line 166
      StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate net.bytebuddy.description.field.FieldDescription net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner
      StackMap stack: new 0 new 0 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
      StackMap locals: net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate net.bytebuddy.description.field.FieldDescription net.bytebuddy.description.annotation.AnnotationDescription$Loadable net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.ParameterDescription net.bytebuddy.implementation.Implementation$Target net.bytebuddy.implementation.bytecode.assign.Assigner
      StackMap stack: new 0 new 0 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int net.bytebuddy.implementation.bytecode.StackManipulation
         4: aastore
            dup
            iconst_1
         5: .line 167
            aload 1 /* 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
         6: .line 168
            aload 6 /* assigner */
            aload 1 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* target */
            invokestatic net.bytebuddy.implementation.bind.annotation.RuntimeType$Verifier.check:(Lnet/bytebuddy/description/annotation/AnnotationSource;)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;
         7: .line 163
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 7 /* stackManipulation */
        start local 7 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         8: .line 170
            aload 7 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifeq 10
         9: .line 171
            new net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous
            dup
            aload 7 /* stackManipulation */
            invokespecial net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            goto 11
        10: .line 172
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            getstatic net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal.INSTANCE:Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding$Illegal;
        11: .line 170
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
            areturn
        end local 7 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 5 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 4 // net.bytebuddy.description.method.ParameterDescription target
        end local 3 // net.bytebuddy.description.method.MethodDescription source
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 0 // net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lnet/bytebuddy/implementation/bind/annotation/FieldValue$Binder$Delegate;
            0   12     1      fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            0   12     2            annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;
            0   12     3                source  Lnet/bytebuddy/description/method/MethodDescription;
            0   12     4                target  Lnet/bytebuddy/description/method/ParameterDescription;
            0   12     5  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            0   12     6              assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            8   12     7     stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    Signature: (Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding<*>;
    MethodParameters:
                      Name  Flags
      fieldDescription      
      annotation            
      source                
      target                
      implementationTarget  
      assigner              
}
Signature: Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder$ForFieldBinding<Lnet/bytebuddy/implementation/bind/annotation/FieldValue;>;
SourceFile: "FieldValue.java"
NestHost: net.bytebuddy.implementation.bind.annotation.FieldValue
InnerClasses:
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  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 Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public abstract ParameterBinding = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding of net.bytebuddy.implementation.bind.MethodDelegationBinder
  public Anonymous = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
  public final Illegal = net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal of net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding
  public final Binder = net.bytebuddy.implementation.bind.annotation.FieldValue$Binder of net.bytebuddy.implementation.bind.annotation.FieldValue
  protected Delegate = net.bytebuddy.implementation.bind.annotation.FieldValue$Binder$Delegate of net.bytebuddy.implementation.bind.annotation.FieldValue$Binder
  public final Verifier = net.bytebuddy.implementation.bind.annotation.RuntimeType$Verifier of net.bytebuddy.implementation.bind.annotation.RuntimeType
  public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
  public abstract ForFieldBinding = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder$ForFieldBinding of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound 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