public final class net.bytebuddy.implementation.bind.annotation.StubValue$Binder extends java.lang.Enum<net.bytebuddy.implementation.bind.annotation.StubValue$Binder> implements net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<net.bytebuddy.implementation.bind.annotation.StubValue>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.bind.annotation.StubValue$Binder
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.bind.annotation.StubValue$Binder INSTANCE;
    descriptor: Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.implementation.bind.annotation.StubValue$Binder[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 52
            new net.bytebuddy.implementation.bind.annotation.StubValue$Binder
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.implementation.bind.annotation.StubValue$Binder.<init>:(Ljava/lang/String;I)V
         1: .line 55
            putstatic net.bytebuddy.implementation.bind.annotation.StubValue$Binder.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
         2: .line 50
            iconst_1
            anewarray net.bytebuddy.implementation.bind.annotation.StubValue$Binder
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.bind.annotation.StubValue$Binder.INSTANCE:Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
            aastore
            putstatic net.bytebuddy.implementation.bind.annotation.StubValue$Binder.ENUM$VALUES:[Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bind.annotation.StubValue$Binder this
         0: .line 50
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.bind.annotation.StubValue$Binder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.Class<net.bytebuddy.implementation.bind.annotation.StubValue> 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.StubValue$Binder this
         0: .line 61
            ldc Lnet/bytebuddy/implementation/bind/annotation/StubValue;
            areturn
        end local 0 // net.bytebuddy.implementation.bind.annotation.StubValue$Binder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/implementation/bind/annotation/StubValue;>;

  public net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding<?> bind(net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.implementation.bind.annotation.StubValue>, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (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/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=7
        start local 0 // net.bytebuddy.implementation.bind.annotation.StubValue$Binder this
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 2 // net.bytebuddy.description.method.MethodDescription source
        start local 3 // net.bytebuddy.description.method.ParameterDescription target
        start local 4 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        start local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 73
            aload 3 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifne 2
         1: .line 74
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " uses StubValue annotation on non-Object type"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 76
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous
            dup
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
         3: .line 77
            getstatic net.bytebuddy.implementation.bytecode.constant.NullConstant.INSTANCE:Lnet/bytebuddy/implementation/bytecode/constant/NullConstant;
            goto 7
         4: .line 78
      StackMap locals: net.bytebuddy.implementation.bind.annotation.StubValue$Binder 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 net.bytebuddy.implementation.bytecode.assign.Assigner$Typing
      StackMap stack: new 2 new 2
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         5: .line 79
            aload 5 /* assigner */
            aload 2 /* source */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 6 /* 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;
         6: .line 78
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
         7: .line 76
      StackMap locals: net.bytebuddy.implementation.bind.annotation.StubValue$Binder 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 net.bytebuddy.implementation.bytecode.assign.Assigner$Typing
      StackMap stack: new 2 new 2 net.bytebuddy.implementation.bytecode.StackManipulation
            invokespecial net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 6 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 4 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 3 // net.bytebuddy.description.method.ParameterDescription target
        end local 2 // net.bytebuddy.description.method.MethodDescription source
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 0 // net.bytebuddy.implementation.bind.annotation.StubValue$Binder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
            0    8     1            annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/StubValue;>;
            0    8     2                source  Lnet/bytebuddy/description/method/MethodDescription;
            0    8     3                target  Lnet/bytebuddy/description/method/ParameterDescription;
            0    8     4  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            0    8     5              assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    8     6                typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    Signature: (Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/implementation/bind/annotation/StubValue;>;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$ParameterBinding<*>;
    MethodParameters:
                      Name  Flags
      annotation            
      source                
      target                
      implementationTarget  
      assigner              
      typing                

  public static net.bytebuddy.implementation.bind.annotation.StubValue$Binder[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.bind.annotation.StubValue$Binder.ENUM$VALUES:[Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.bind.annotation.StubValue$Binder
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.bind.annotation.StubValue$Binder valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.bind.annotation.StubValue$Binder
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/bind/annotation/StubValue$Binder;>;Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<Lnet/bytebuddy/implementation/bind/annotation/StubValue;>;
SourceFile: "StubValue.java"
NestHost: net.bytebuddy.implementation.bind.annotation.StubValue
InnerClasses:
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  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 Binder = net.bytebuddy.implementation.bind.annotation.StubValue$Binder of net.bytebuddy.implementation.bind.annotation.StubValue
  public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
  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