public abstract class net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache implements net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache
  super_class: java.lang.Object
{
  protected final net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode;
    descriptor: Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(net.bytebuddy.pool.TypePool$Default$ReaderMode);
    descriptor: (Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache this
        start local 1 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
         0: .line 2807
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2808
            aload 0 /* this */
            aload 1 /* readerMode */
            putfield net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
         2: .line 2809
            return
        end local 1 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$WithTypePoolCache;
            0    3     1  readerMode  Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
    MethodParameters:
            Name  Flags
      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$WithTypePoolCache this
        start local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        start local 2 // java.lang.ClassLoader classLoader
         0: .line 2815
            new net.bytebuddy.pool.TypePool$Default$WithLazyResolution
            dup
            aload 0 /* this */
            aload 2 /* classLoader */
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache.locate:(Ljava/lang/ClassLoader;)Lnet/bytebuddy/pool/TypePool$CacheProvider;
            aload 1 /* classFileLocator */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache.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$WithTypePoolCache this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/agent/builder/AgentBuilder$PoolStrategy$WithTypePoolCache;
            0    1     1  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
            0    1     2       classLoader  Ljava/lang/ClassLoader;
    MethodParameters:
                  Name  Flags
      classFileLocator  
      classLoader       

  protected abstract net.bytebuddy.pool.TypePool$CacheProvider locate(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/pool/TypePool$CacheProvider;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      classLoader  
}
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 abstract WithTypePoolCache = net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache of net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy
  public Simple = net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache$Simple of net.bytebuddy.agent.builder.AgentBuilder$PoolStrategy$WithTypePoolCache
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract CacheProvider = net.bytebuddy.pool.TypePool$CacheProvider 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
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()