public final class net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default extends java.lang.Enum<net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default> implements net.bytebuddy.build.Plugin$Engine$PoolStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default FAST;
    descriptor: Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default EXTENDED;
    descriptor: Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode;
    descriptor: Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 853
            new net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default
            dup
            ldc "FAST"
            iconst_0
         1: .line 856
            getstatic net.bytebuddy.pool.TypePool$Default$ReaderMode.FAST:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.<init>:(Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            putstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.FAST:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
         2: .line 858
            new net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default
            dup
            ldc "EXTENDED"
            iconst_1
         3: .line 861
            getstatic net.bytebuddy.pool.TypePool$Default$ReaderMode.EXTENDED:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.<init>:(Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            putstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.EXTENDED:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
         4: .line 851
            iconst_2
            anewarray net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default
            dup
            iconst_0
            getstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.FAST:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.EXTENDED:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            aastore
            putstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.ENUM$VALUES:[Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, net.bytebuddy.pool.TypePool$Default$ReaderMode);
    descriptor: (Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default this
        start local 3 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
         0: .line 873
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 874
            aload 0 /* this */
            aload 3 /* readerMode */
            putfield net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
         2: .line 875
            return
        end local 3 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
        end local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            0    3     3  readerMode  Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      readerMode     

  public net.bytebuddy.pool.TypePool typePool(net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/pool/TypePool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default this
        start local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 881
            new net.bytebuddy.pool.TypePool$Default$WithLazyResolution
            dup
            new net.bytebuddy.pool.TypePool$CacheProvider$Simple
            dup
            invokespecial net.bytebuddy.pool.TypePool$CacheProvider$Simple.<init>:()V
         1: .line 882
            aload 1 /* classFileLocator */
         2: .line 883
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
         3: .line 884
            invokestatic net.bytebuddy.pool.TypePool$ClassLoading.ofPlatformLoader:()Lnet/bytebuddy/pool/TypePool;
         4: .line 881
            invokespecial net.bytebuddy.pool.TypePool$Default$WithLazyResolution.<init>:(Lnet/bytebuddy/pool/TypePool$CacheProvider;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;Lnet/bytebuddy/pool/TypePool;)V
            areturn
        end local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            0    5     1  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    MethodParameters:
                  Name  Flags
      classFileLocator  

  public static net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default[] values();
    descriptor: ()[Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default.ENUM$VALUES:[Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default
            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.build.Plugin$Engine$PoolStrategy$Default valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Default;>;Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy;
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Engine = net.bytebuddy.build.Plugin$Engine of net.bytebuddy.build.Plugin
  public abstract PoolStrategy = net.bytebuddy.build.Plugin$Engine$PoolStrategy of net.bytebuddy.build.Plugin$Engine
  public final Default = net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default of net.bytebuddy.build.Plugin$Engine$PoolStrategy
  public abstract CacheProvider = net.bytebuddy.pool.TypePool$CacheProvider of net.bytebuddy.pool.TypePool
  public Simple = net.bytebuddy.pool.TypePool$CacheProvider$Simple of net.bytebuddy.pool.TypePool$CacheProvider
  public ClassLoading = net.bytebuddy.pool.TypePool$ClassLoading of net.bytebuddy.pool.TypePool
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  public final ReaderMode = net.bytebuddy.pool.TypePool$Default$ReaderMode of net.bytebuddy.pool.TypePool$Default
  public WithLazyResolution = net.bytebuddy.pool.TypePool$Default$WithLazyResolution of net.bytebuddy.pool.TypePool$Default