public class net.bytebuddy.implementation.FixedValue$ForValue extends net.bytebuddy.implementation.FixedValue implements net.bytebuddy.implementation.FixedValue$AssignerConfigurable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.FixedValue$ForValue
  super_class: net.bytebuddy.implementation.FixedValue
{
  private static final java.lang.String PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "value"

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

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

  private final net.bytebuddy.description.type.TypeDescription$Generic fieldType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling(value = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort.IGNORE:Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;)

  protected void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
        start local 1 // java.lang.Object value
         0: .line 638
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "value$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic net.bytebuddy.utility.RandomString.hashOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* value */
            invokespecial net.bytebuddy.implementation.FixedValue$ForValue.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 639
            return
        end local 1 // java.lang.Object value
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/bytebuddy/implementation/FixedValue$ForValue;
            0    2     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  protected void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
        start local 1 // java.lang.String fieldName
        start local 2 // java.lang.Object value
         0: .line 648
            aload 0 /* this */
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner.DEFAULT:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            aload 1 /* fieldName */
            aload 2 /* value */
            invokespecial net.bytebuddy.implementation.FixedValue$ForValue.<init>:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 649
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String fieldName
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/implementation/FixedValue$ForValue;
            0    2     1  fieldName  Ljava/lang/String;
            0    2     2      value  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      fieldName  
      value      

  private void <init>(net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, java.lang.String, java.lang.Object);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
        start local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        start local 3 // java.lang.String fieldName
        start local 4 // java.lang.Object value
         0: .line 661
            aload 0 /* this */
            aload 1 /* assigner */
            aload 2 /* typing */
            invokespecial net.bytebuddy.implementation.FixedValue.<init>:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
         1: .line 662
            aload 0 /* this */
            aload 3 /* fieldName */
            putfield net.bytebuddy.implementation.FixedValue$ForValue.fieldName:Ljava/lang/String;
         2: .line 663
            aload 0 /* this */
            aload 4 /* value */
            putfield net.bytebuddy.implementation.FixedValue$ForValue.value:Ljava/lang/Object;
         3: .line 664
            aload 0 /* this */
            aload 4 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            putfield net.bytebuddy.implementation.FixedValue$ForValue.fieldType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 665
            return
        end local 4 // java.lang.Object value
        end local 3 // java.lang.String fieldName
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/implementation/FixedValue$ForValue;
            0    5     1   assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    5     2     typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    5     3  fieldName  Ljava/lang/String;
            0    5     4      value  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      assigner   
      typing     
      fieldName  
      value      

  public net.bytebuddy.implementation.Implementation withAssigner(net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
        start local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 671
            new net.bytebuddy.implementation.FixedValue$ForValue
            dup
            aload 1 /* assigner */
            aload 2 /* typing */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue.fieldName:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue.value:Ljava/lang/Object;
            invokespecial net.bytebuddy.implementation.FixedValue$ForValue.<init>:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;Ljava/lang/Object;)V
            areturn
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/implementation/FixedValue$ForValue;
            0    1     1  assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    1     2    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    MethodParameters:
          Name  Flags
      assigner  
      typing    

  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.FixedValue$ForValue this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 678
            aload 1 /* instrumentedType */
         1: .line 679
            new net.bytebuddy.description.field.FieldDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue.fieldName:Ljava/lang/String;
         2: .line 680
            sipush 4169
         3: .line 681
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue.fieldType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 679
            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;
         5: .line 682
            new net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue.fieldName:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForValue.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;
         6: .line 678
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lnet/bytebuddy/implementation/FixedValue$ForValue;
            0    7     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.FixedValue$ForValue this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 689
            new net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender
            dup
            aload 0 /* this */
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokespecial net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender.<init>:(Lnet/bytebuddy/implementation/FixedValue$ForValue;Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.FixedValue$ForValue this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/FixedValue$ForValue;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "FixedValue.java"
NestHost: net.bytebuddy.implementation.FixedValue
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract ValueHandling = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public final Sort = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort of net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
  public abstract AssignerConfigurable = net.bytebuddy.implementation.FixedValue$AssignerConfigurable of net.bytebuddy.implementation.FixedValue
  protected ForValue = net.bytebuddy.implementation.FixedValue$ForValue of net.bytebuddy.implementation.FixedValue
  private StaticFieldByteCodeAppender = net.bytebuddy.implementation.FixedValue$ForValue$StaticFieldByteCodeAppender of net.bytebuddy.implementation.FixedValue$ForValue
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public ForStaticField = net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField of net.bytebuddy.implementation.LoadedTypeInitializer
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()