public class net.bytebuddy.TypeCache<T> extends java.lang.ref.ReferenceQueue<java.lang.ClassLoader>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.TypeCache
  super_class: java.lang.ref.ReferenceQueue
{
  private static final java.lang.Class<?> NOT_FOUND;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  protected final net.bytebuddy.TypeCache$Sort sort;
    descriptor: Lnet/bytebuddy/TypeCache$Sort;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lnet/bytebuddy/TypeCache$Sort;

  protected final java.util.concurrent.ConcurrentMap<net.bytebuddy.TypeCache$StorageKey, java.util.concurrent.ConcurrentMap<T, java.lang.ref.Reference<java.lang.Class<?>>>> cache;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Lnet/bytebuddy/TypeCache$StorageKey;Ljava/util/concurrent/ConcurrentMap<TT;Ljava/lang/ref/Reference<Ljava/lang/Class<*>;>;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 59
            aconst_null
            putstatic net.bytebuddy.TypeCache.NOT_FOUND:Ljava/lang/Class;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(net.bytebuddy.TypeCache$Sort);
    descriptor: (Lnet/bytebuddy/TypeCache$Sort;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.TypeCache this
        start local 1 // net.bytebuddy.TypeCache$Sort sort
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
         1: .line 77
            aload 0 /* this */
            aload 1 /* sort */
            putfield net.bytebuddy.TypeCache.sort:Lnet/bytebuddy/TypeCache$Sort;
         2: .line 78
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield net.bytebuddy.TypeCache.cache:Ljava/util/concurrent/ConcurrentMap;
         3: .line 79
            return
        end local 1 // net.bytebuddy.TypeCache$Sort sort
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/TypeCache<TT;>;
            0    4     1  sort  Lnet/bytebuddy/TypeCache$Sort;
    Signature: (Lnet/bytebuddy/TypeCache$Sort;)V
    MethodParameters:
      Name  Flags
      sort  

  public java.lang.Class<?> find(java.lang.ClassLoader, T);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.TypeCache this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/TypeCache<TT;>;
    Signature: (Ljava/lang/ClassLoader;TT;)Ljava/lang/Class<*>;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()
    MethodParameters:
             Name  Flags
      classLoader  
      key          

  public java.lang.Class<?> insert(java.lang.ClassLoader, T, java.lang.Class<?>);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.TypeCache this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/TypeCache<TT;>;
    Signature: (Ljava/lang/ClassLoader;TT;Ljava/lang/Class<*>;)Ljava/lang/Class<*>;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()
    MethodParameters:
             Name  Flags
      classLoader  
      key          
      type         

  public java.lang.Class<?> findOrInsert(java.lang.ClassLoader, T, java.util.concurrent.Callable<java.lang.Class<?>>);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/Object;Ljava/util/concurrent/Callable;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // net.bytebuddy.TypeCache this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.Object key
        start local 3 // java.util.concurrent.Callable lazy
         0: .line 147
            aload 0 /* this */
            aload 1 /* classLoader */
            aload 2 /* key */
            invokevirtual net.bytebuddy.TypeCache.find:(Ljava/lang/ClassLoader;Ljava/lang/Object;)Ljava/lang/Class;
            astore 4 /* type */
        start local 4 // java.lang.Class type
         1: .line 148
            aload 4 /* type */
            ifnull 3
         2: .line 149
            aload 4 /* type */
            areturn
         3: .line 152
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classLoader */
            aload 2 /* key */
            aload 3 /* lazy */
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.lang.Class
            invokevirtual net.bytebuddy.TypeCache.insert:(Ljava/lang/ClassLoader;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Class;
         4: areturn
         5: .line 153
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* throwable */
        start local 5 // java.lang.Throwable throwable
         6: .line 154
            new java.lang.IllegalArgumentException
            dup
            ldc "Could not create type"
            aload 5 /* throwable */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Throwable throwable
        end local 4 // java.lang.Class type
        end local 3 // java.util.concurrent.Callable lazy
        end local 2 // java.lang.Object key
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lnet/bytebuddy/TypeCache<TT;>;
            0    7     1  classLoader  Ljava/lang/ClassLoader;
            0    7     2          key  TT;
            0    7     3         lazy  Ljava/util/concurrent/Callable<Ljava/lang/Class<*>;>;
            1    7     4         type  Ljava/lang/Class<*>;
            6    7     5    throwable  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    Signature: (Ljava/lang/ClassLoader;TT;Ljava/util/concurrent/Callable<Ljava/lang/Class<*>;>;)Ljava/lang/Class<*>;
    MethodParameters:
             Name  Flags
      classLoader  
      key          
      lazy         

  public java.lang.Class<?> findOrInsert(java.lang.ClassLoader, T, java.util.concurrent.Callable<java.lang.Class<?>>, );
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/Object;Ljava/util/concurrent/Callable;Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // net.bytebuddy.TypeCache this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.Object key
        start local 3 // java.util.concurrent.Callable lazy
        start local 4 // java.lang.Object monitor
         0: .line 169
            aload 0 /* this */
            aload 1 /* classLoader */
            aload 2 /* key */
            invokevirtual net.bytebuddy.TypeCache.find:(Ljava/lang/ClassLoader;Ljava/lang/Object;)Ljava/lang/Class;
            astore 5 /* type */
        start local 5 // java.lang.Class type
         1: .line 170
            aload 5 /* type */
            ifnull 3
         2: .line 171
            aload 5 /* type */
            areturn
         3: .line 173
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 4 /* monitor */
            dup
            astore 6
            monitorenter
         4: .line 174
            aload 0 /* this */
            aload 1 /* classLoader */
            aload 2 /* key */
            aload 3 /* lazy */
            invokevirtual net.bytebuddy.TypeCache.findOrInsert:(Ljava/lang/ClassLoader;Ljava/lang/Object;Ljava/util/concurrent/Callable;)Ljava/lang/Class;
            aload 6
            monitorexit
         5: areturn
         6: .line 173
      StackMap locals: net.bytebuddy.TypeCache java.lang.ClassLoader java.lang.Object java.util.concurrent.Callable java.lang.Object java.lang.Class java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 6
            monitorexit
         7: athrow
        end local 5 // java.lang.Class type
        end local 4 // java.lang.Object monitor
        end local 3 // java.util.concurrent.Callable lazy
        end local 2 // java.lang.Object key
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lnet/bytebuddy/TypeCache<TT;>;
            0    8     1  classLoader  Ljava/lang/ClassLoader;
            0    8     2          key  TT;
            0    8     3         lazy  Ljava/util/concurrent/Callable<Ljava/lang/Class<*>;>;
            0    8     4      monitor  Ljava/lang/Object;
            1    8     5         type  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           4     5       6  any
           6     7       6  any
    Signature: (Ljava/lang/ClassLoader;TT;Ljava/util/concurrent/Callable<Ljava/lang/Class<*>;>;Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
             Name  Flags
      classLoader  
      key          
      lazy         
      monitor      

  public void expungeStaleEntries();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.TypeCache this
         0: .line 184
            goto 2
        start local 1 // java.lang.ref.Reference reference
         1: .line 185
      StackMap locals: java.lang.ref.Reference
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.TypeCache.cache:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* reference */
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 1 // java.lang.ref.Reference reference
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.TypeCache.poll:()Ljava/lang/ref/Reference;
            dup
            astore 1 /* reference */
        start local 1 // java.lang.ref.Reference reference
         3: ifnonnull 1
         4: .line 187
            return
        end local 1 // java.lang.ref.Reference reference
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/TypeCache<TT;>;
            1    2     1  reference  Ljava/lang/ref/Reference<*>;
            3    5     1  reference  Ljava/lang/ref/Reference<*>;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.TypeCache this
         0: .line 193
            aload 0 /* this */
            getfield net.bytebuddy.TypeCache.cache:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.clear:()V
         1: .line 194
            return
        end local 0 // net.bytebuddy.TypeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/TypeCache<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/ref/ReferenceQueue<Ljava/lang/ClassLoader;>;
SourceFile: "TypeCache.java"
NestMembers:
  net.bytebuddy.TypeCache$LookupKey  net.bytebuddy.TypeCache$SimpleKey  net.bytebuddy.TypeCache$Sort  net.bytebuddy.TypeCache$Sort$1  net.bytebuddy.TypeCache$Sort$2  net.bytebuddy.TypeCache$StorageKey  net.bytebuddy.TypeCache$WithInlineExpunction
InnerClasses:
  protected LookupKey = net.bytebuddy.TypeCache$LookupKey of net.bytebuddy.TypeCache
  public SimpleKey = net.bytebuddy.TypeCache$SimpleKey of net.bytebuddy.TypeCache
  public abstract Sort = net.bytebuddy.TypeCache$Sort of net.bytebuddy.TypeCache
  protected StorageKey = net.bytebuddy.TypeCache$StorageKey of net.bytebuddy.TypeCache
  public WithInlineExpunction = net.bytebuddy.TypeCache$WithInlineExpunction of net.bytebuddy.TypeCache