public class net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue extends net.bytebuddy.implementation.FieldAccessor$ForSetter<net.bytebuddy.description.field.FieldDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue
  super_class: net.bytebuddy.implementation.FieldAccessor$ForSetter
{
  protected static final java.lang.String PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "fixedFieldValue"

  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.implementation.FieldAccessor$FieldLocation, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, net.bytebuddy.implementation.FieldAccessor$ForSetter$TerminationHandler, , java.lang.String);
    descriptor: (Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
        start local 1 // net.bytebuddy.implementation.FieldAccessor$FieldLocation fieldLocation
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        start local 4 // net.bytebuddy.implementation.FieldAccessor$ForSetter$TerminationHandler terminationHandler
        start local 5 // java.lang.Object value
        start local 6 // java.lang.String name
         0: .line 1255
            aload 0 /* this */
            aload 1 /* fieldLocation */
            aload 2 /* assigner */
            aload 3 /* typing */
            aload 4 /* terminationHandler */
            invokespecial net.bytebuddy.implementation.FieldAccessor$ForSetter.<init>:(Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;)V
         1: .line 1256
            aload 0 /* this */
            aload 5 /* value */
            putfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.value:Ljava/lang/Object;
         2: .line 1257
            aload 0 /* this */
            aload 6 /* name */
            putfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.name:Ljava/lang/String;
         3: .line 1258
            return
        end local 6 // java.lang.String name
        end local 5 // java.lang.Object value
        end local 4 // net.bytebuddy.implementation.FieldAccessor$ForSetter$TerminationHandler terminationHandler
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 1 // net.bytebuddy.implementation.FieldAccessor$FieldLocation fieldLocation
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$OfReferenceValue;
            0    4     1       fieldLocation  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;
            0    4     2            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    4     3              typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    4     4  terminationHandler  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;
            0    4     5               value  Ljava/lang/Object;
            0    4     6                name  Ljava/lang/String;
    Signature: (Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;Ljava/lang/Object;Ljava/lang/String;)V
    MethodParameters:
                    Name  Flags
      fieldLocation       
      assigner            
      typing              
      terminationHandler  
      value               
      name                

  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=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1264
            aload 1 /* instrumentedType */
         1: .line 1265
            new net.bytebuddy.description.field.FieldDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.name:Ljava/lang/String;
            sipush 4105
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.field.FieldDescription$Token.<init>:(Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;)V
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType.withField:(Lnet/bytebuddy/description/field/FieldDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
         2: .line 1266
            new net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.name:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.value:Ljava/lang/Object;
            invokespecial net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType.withInitializer:(Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
         3: .line 1264
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$OfReferenceValue;
            0    4     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  protected net.bytebuddy.description.field.FieldDescription$InDefinedShape initialize(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 1273
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.name:Ljava/lang/String;
            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
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$OfReferenceValue;
            0    1     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  protected net.bytebuddy.implementation.bytecode.StackManipulation resolve(net.bytebuddy.description.field.FieldDescription$InDefinedShape, net.bytebuddy.description.field.FieldDescription, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
        start local 1 // net.bytebuddy.description.field.FieldDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
        start local 3 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 4 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 1283
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isFinal:()Z
            ifeq 2
            aload 4 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isMethod:()Z
            ifeq 2
         1: .line 1284
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set final field "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* fieldDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1286
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         3: .line 1287
            aload 1 /* target */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         4: .line 1288
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.typing: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;
         5: .line 1286
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 4 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 3 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 1 // net.bytebuddy.description.field.FieldDescription$InDefinedShape target
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$OfReferenceValue;
            0    6     1              target  Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            0    6     2    fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            0    6     3    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     4  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      target              
      fieldDescription    
      instrumentedType    
      instrumentedMethod  

  public net.bytebuddy.implementation.Implementation andThen(net.bytebuddy.implementation.Implementation);
    descriptor: (Lnet/bytebuddy/implementation/Implementation;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
        start local 1 // net.bytebuddy.implementation.Implementation implementation
         0: .line 1296
            new net.bytebuddy.implementation.Implementation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.Implementation
            dup
            iconst_0
            new net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.fieldLocation:Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;
         1: .line 1297
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
         2: .line 1298
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
         3: .line 1299
            getstatic net.bytebuddy.implementation.FieldAccessor$ForSetter$TerminationHandler.NON_OPERATIONAL:Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;
         4: .line 1300
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.value:Ljava/lang/Object;
         5: .line 1301
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.name:Ljava/lang/String;
            invokespecial net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.<init>:(Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;Ljava/lang/Object;Ljava/lang/String;)V
            aastore
            dup
            iconst_1
            aload 1 /* implementation */
         6: .line 1296
            aastore
            invokespecial net.bytebuddy.implementation.Implementation$Compound.<init>:([Lnet/bytebuddy/implementation/Implementation;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation implementation
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$OfReferenceValue;
            0    7     1  implementation  Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                Name  Flags
      implementation  

  public net.bytebuddy.implementation.Implementation$Composable andThen(net.bytebuddy.implementation.Implementation$Composable);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Composable;)Lnet/bytebuddy/implementation/Implementation$Composable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
        start local 1 // net.bytebuddy.implementation.Implementation$Composable implementation
         0: .line 1308
            new net.bytebuddy.implementation.Implementation$Compound$Composable
            dup
            new net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.fieldLocation:Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;
         1: .line 1309
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
         2: .line 1310
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
         3: .line 1311
            getstatic net.bytebuddy.implementation.FieldAccessor$ForSetter$TerminationHandler.NON_OPERATIONAL:Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;
         4: .line 1312
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.value:Ljava/lang/Object;
         5: .line 1313
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.name:Ljava/lang/String;
            invokespecial net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.<init>:(Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$TerminationHandler;Ljava/lang/Object;Ljava/lang/String;)V
            aload 1 /* implementation */
         6: .line 1308
            invokespecial net.bytebuddy.implementation.Implementation$Compound$Composable.<init>:(Lnet/bytebuddy/implementation/Implementation;Lnet/bytebuddy/implementation/Implementation$Composable;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Composable implementation
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lnet/bytebuddy/implementation/FieldAccessor$ForSetter$OfReferenceValue;
            0    7     1  implementation  Lnet/bytebuddy/implementation/Implementation$Composable;
    MethodParameters:
                Name  Flags
      implementation  

  protected net.bytebuddy.implementation.bytecode.StackManipulation resolve(java.lang.Object, net.bytebuddy.description.field.FieldDescription, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Ljava/lang/Object;Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            aload 2
            aload 3
            aload 4
            invokevirtual net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.resolve:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object initialize(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue.initialize:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/implementation/FieldAccessor$ForSetter<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
SourceFile: "FieldAccessor.java"
NestHost: net.bytebuddy.implementation.FieldAccessor
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 Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected abstract FieldLocation = net.bytebuddy.implementation.FieldAccessor$FieldLocation of net.bytebuddy.implementation.FieldAccessor
  protected abstract ForSetter = net.bytebuddy.implementation.FieldAccessor$ForSetter of net.bytebuddy.implementation.FieldAccessor
  protected OfReferenceValue = net.bytebuddy.implementation.FieldAccessor$ForSetter$OfReferenceValue of net.bytebuddy.implementation.FieldAccessor$ForSetter
  protected abstract TerminationHandler = net.bytebuddy.implementation.FieldAccessor$ForSetter$TerminationHandler of net.bytebuddy.implementation.FieldAccessor$ForSetter
  public abstract Composable = net.bytebuddy.implementation.Implementation$Composable of net.bytebuddy.implementation.Implementation
  public Compound = net.bytebuddy.implementation.Implementation$Compound of net.bytebuddy.implementation.Implementation
  public Composable = net.bytebuddy.implementation.Implementation$Compound$Composable of net.bytebuddy.implementation.Implementation$Compound
  public ForStaticField = net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField of net.bytebuddy.implementation.LoadedTypeInitializer
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound 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 Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()