public abstract class net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy extends java.lang.Enum<net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy>
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy ENABLED;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy DISABLED;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final java.lang.String UNSAFE_CLASS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected static final org.objectweb.asm.MethodVisitor IGNORE_ORIGINAL;
    descriptor: Lorg/objectweb/asm/MethodVisitor;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    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 7026
            new net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$1
            dup
            ldc "ENABLED"
            iconst_0
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$1.<init>:(Ljava/lang/String;I)V
         1: .line 7038
            putstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.ENABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
         2: .line 7066
            new net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2
            dup
            ldc "DISABLED"
            iconst_1
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2.<init>:(Ljava/lang/String;I)V
         3: .line 7069
            putstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.DISABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            iconst_2
            anewarray net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
            dup
            iconst_0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.ENABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.DISABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            aastore
            putstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
         4: .line 7086
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V6:Lnet/bytebuddy/ClassFileVersion;
            invokestatic net.bytebuddy.ClassFileVersion.ofThisVm:(Lnet/bytebuddy/ClassFileVersion;)Lnet/bytebuddy/ClassFileVersion;
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V9:Lnet/bytebuddy/ClassFileVersion;
            invokevirtual net.bytebuddy.ClassFileVersion.isAtLeast:(Lnet/bytebuddy/ClassFileVersion;)Z
            ifeq 6
         5: .line 7087
            ldc "jdk/internal/misc/Unsafe"
            goto 7
         6: .line 7088
      StackMap locals:
      StackMap stack:
            ldc "sun/misc/Unsafe"
         7: .line 7086
      StackMap locals:
      StackMap stack: java.lang.String
            putstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.UNSAFE_CLASS:Ljava/lang/String;
         8: .line 7093
            aconst_null
            putstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.IGNORE_ORIGINAL:Lorg/objectweb/asm/MethodVisitor;
            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.agent.builder.AgentBuilder$LambdaInstrumentationStrategy this
         0: .line 7024
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static void release(java.lang.instrument.ClassFileTransformer, java.lang.instrument.Instrumentation);
    descriptor: (Ljava/lang/instrument/ClassFileTransformer;Ljava/lang/instrument/Instrumentation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.lang.instrument.ClassFileTransformer classFileTransformer
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         0: .line 7103
            aload 0 /* classFileTransformer */
            invokestatic net.bytebuddy.agent.builder.LambdaFactory.release:(Ljava/lang/instrument/ClassFileTransformer;)Z
            ifeq 5
         1: .line 7105
            aload 1 /* instrumentation */
            invokestatic net.bytebuddy.dynamic.loading.ClassReloadingStrategy.of:(Ljava/lang/instrument/Instrumentation;)Lnet/bytebuddy/dynamic/loading/ClassReloadingStrategy;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc "java.lang.invoke.LambdaMetafactory"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            aastore
            invokevirtual net.bytebuddy.dynamic.loading.ClassReloadingStrategy.reset:([Ljava/lang/Class;)Lnet/bytebuddy/dynamic/loading/ClassReloadingStrategy;
            pop
         2: .line 7106
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: astore 2 /* exception */
        start local 2 // java.lang.Exception exception
         4: .line 7107
            new java.lang.IllegalStateException
            dup
            ldc "Could not release lambda transformer"
            aload 2 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception exception
         5: .line 7110
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.instrument.ClassFileTransformer classFileTransformer
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0  classFileTransformer  Ljava/lang/instrument/ClassFileTransformer;
            0    6     1       instrumentation  Ljava/lang/instrument/Instrumentation;
            4    5     2             exception  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
                      Name  Flags
      classFileTransformer  
      instrumentation       

  public static net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy of(boolean);
    descriptor: (Z)Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean enabled
         0: .line 7119
            iload 0 /* enabled */
            ifeq 2
         1: .line 7120
            getstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.ENABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            goto 3
         2: .line 7121
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.DISABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
         3: .line 7119
      StackMap locals:
      StackMap stack: net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
            areturn
        end local 0 // boolean enabled
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  protected abstract void apply(net.bytebuddy.ByteBuddy, java.lang.instrument.Instrumentation, java.lang.instrument.ClassFileTransformer);
    descriptor: (Lnet/bytebuddy/ByteBuddy;Ljava/lang/instrument/Instrumentation;Ljava/lang/instrument/ClassFileTransformer;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      byteBuddy             
      instrumentation       
      classFileTransformer  

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy this
         0: .line 7139
            aload 0 /* this */
            getstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.ENABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;

  protected abstract boolean isInstrumented(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public static net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy[] values();
    descriptor: ()[Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
            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.agent.builder.AgentBuilder$LambdaInstrumentationStrategy valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy;>;
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract LambdaInstrumentationStrategy = net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy of net.bytebuddy.agent.builder.AgentBuilder
  net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$1
  net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2
  protected final AlternativeMetaFactoryRedirection = net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$AlternativeMetaFactoryRedirection of net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
  protected LambdaInstanceFactory = net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$LambdaInstanceFactory of net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
  protected final MetaFactoryRedirection = net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$MetaFactoryRedirection of net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy