public class net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory implements net.bytebuddy.implementation.MethodCall$TargetHandler$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory
  super_class: java.lang.Object
{
  private static final java.lang.String FIELD_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "invocationTarget"

  private final java.lang.Object target;
    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

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    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, net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Ljava/lang/Object;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory this
        start local 1 // java.lang.Object target
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic fieldType
         0: .line 2249
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2250
            aload 0 /* this */
            aload 1 /* target */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.target:Ljava/lang/Object;
         2: .line 2251
            aload 0 /* this */
            aload 2 /* fieldType */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.fieldType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         3: .line 2252
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "invocationTarget$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic net.bytebuddy.utility.RandomString.make:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.name:Ljava/lang/String;
         4: .line 2253
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic fieldType
        end local 1 // java.lang.Object target
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForValue$Factory;
            0    5     1     target  Ljava/lang/Object;
            0    5     2  fieldType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
           Name  Flags
      target     
      fieldType  

  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.MethodCall$TargetHandler$ForValue$Factory this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 2259
            aload 1 /* instrumentedType */
         1: .line 2260
            new net.bytebuddy.description.field.FieldDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.name:Ljava/lang/String;
         2: .line 2261
            sipush 4169
         3: .line 2262
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.fieldType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 2260
            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 2263
            new net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.name:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.target: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 2259
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForValue$Factory;
            0    7     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.MethodCall$TargetHandler make(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/MethodCall$TargetHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 2270
            new net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue
            dup
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory.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
            invokespecial net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue.<init>:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForValue$Factory;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
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 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 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 ForStaticField = net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField of net.bytebuddy.implementation.LoadedTypeInitializer
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public abstract Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler
  public ForValue = net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue of net.bytebuddy.implementation.MethodCall$TargetHandler
  protected Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler$ForValue
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()