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

  public static final net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default FAST;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$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.agent.builder.AgentBuilder$PoolStrategy$Default[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/builder/AgentBuilder$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 2646
            new net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default
            dup
            ldc "EXTENDED"
            iconst_0
         1: .line 2652
            getstatic net.bytebuddy.pool.TypePool$Default$ReaderMode.EXTENDED:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.<init>:(Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            putstatic net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.EXTENDED:Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$Default;
         2: .line 2654
            new net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default
            dup
            ldc "FAST"
            iconst_1
         3: .line 2660
            getstatic net.bytebuddy.pool.TypePool$Default$ReaderMode.FAST:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.<init>:(Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            putstatic net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.FAST:Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$Default;
         4: .line 2644
            iconst_2
            anewarray net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default
            dup
            iconst_0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.EXTENDED:Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$Default;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.FAST:Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$Default;
            aastore
            putstatic net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$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.agent.builder.AgentBuilder$PoolStrategy$Default this
        start local 3 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
         0: .line 2672
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 2673
            aload 0 /* this */
            aload 3 /* readerMode */
            putfield net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
         2: .line 2674
            return
        end local 3 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$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, java.lang.ClassLoader);
    descriptor: (Lnet/bytebuddy/dynamic/ClassFileLocator;Ljava/lang/ClassLoader;)Lnet/bytebuddy/pool/TypePool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default this
        start local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        start local 2 // java.lang.ClassLoader classLoader
         0: .line 2680
            new net.bytebuddy.pool.TypePool$Default$WithLazyResolution
            dup
            invokestatic net.bytebuddy.pool.TypePool$CacheProvider$Simple.withObjectType:()Lnet/bytebuddy/pool/TypePool$CacheProvider;
            aload 1 /* classFileLocator */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.pool.TypePool$Default$WithLazyResolution.<init>:(Lnet/bytebuddy/pool/TypePool$CacheProvider;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            areturn
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$Default this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$Default;
            0    1     1  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
            0    1     2       classLoader  Ljava/lang/ClassLoader;
    MethodParameters:
                  Name  Flags
      classFileLocator  
      classLoader       

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