public class net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit implements net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit
  super_class: java.lang.Object
{
  private final net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate fallbackDelegate;
    descriptor: Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.lang.Class<?>> types;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;

  public void <init>(java.lang.ClassLoader, java.util.Collection<? extends java.lang.Class<?>>);
    descriptor: (Ljava/lang/ClassLoader;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.util.Collection types
         0: .line 1729
            aload 0 /* this */
            aload 1 /* classLoader */
            invokestatic net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Default.of:(Ljava/lang/ClassLoader;)Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
            aload 2 /* types */
            invokespecial net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.<init>:(Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;Ljava/util/Collection;)V
         1: .line 1730
            return
        end local 2 // java.util.Collection types
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit;
            0    2     1  classLoader  Ljava/lang/ClassLoader;
            0    2     2        types  Ljava/util/Collection<+Ljava/lang/Class<*>;>;
    Signature: (Ljava/lang/ClassLoader;Ljava/util/Collection<+Ljava/lang/Class<*>;>;)V
    MethodParameters:
             Name  Flags
      classLoader  
      types        

  public void <init>(net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate, java.util.Collection<? extends java.lang.Class<?>>);
    descriptor: (Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
        start local 1 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate fallbackDelegate
        start local 2 // java.util.Collection types
         0: .line 1740
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1741
            aload 0 /* this */
            aload 1 /* fallbackDelegate */
            putfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.fallbackDelegate:Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
         2: .line 1742
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.types:Ljava/util/Map;
         3: .line 1743
            aload 2 /* types */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate java.util.Collection top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* type */
        start local 3 // java.lang.Class type
         5: .line 1744
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.types:Ljava/util/Map;
            aload 3 /* type */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.getName:(Ljava/lang/Class;)Ljava/lang/String;
            aload 3 /* type */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.lang.Class type
         6: .line 1743
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 1746
            return
        end local 2 // java.util.Collection types
        end local 1 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate fallbackDelegate
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit;
            0    8     1  fallbackDelegate  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
            0    8     2             types  Ljava/util/Collection<+Ljava/lang/Class<*>;>;
            5    6     3              type  Ljava/lang/Class<*>;
    Signature: (Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;Ljava/util/Collection<+Ljava/lang/Class<*>;>;)V
    MethodParameters:
                  Name  Flags
      fallbackDelegate  
      types             

  public static net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate of(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Class type
         0: .line 1755
            new net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit
            dup
            aload 0 /* type */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            aload 0 /* type */
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokespecial net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.<init>:(Ljava/lang/ClassLoader;Ljava/util/Collection;)V
            areturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
    MethodParameters:
      Name  Flags
      type  

  public java.lang.Class<?> locate(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
        start local 1 // java.lang.String name
         0: .line 1762
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.types:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* type */
        start local 2 // java.lang.Class type
         1: .line 1763
            aload 2 /* type */
            ifnonnull 3
         2: .line 1764
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.fallbackDelegate:Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
            aload 1 /* name */
            invokeinterface net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate.locate:(Ljava/lang/String;)Ljava/lang/Class;
            goto 4
         3: .line 1765
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* type */
         4: .line 1763
      StackMap locals:
      StackMap stack: java.lang.Class
            areturn
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit;
            0    5     1  name  Ljava/lang/String;
            1    5     2  type  Ljava/lang/Class<*>;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
         0: .line 1772
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit.fallbackDelegate:Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate;
            invokeinterface net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit;
}
SourceFile: "ClassFileLocator.java"
NestHost: net.bytebuddy.dynamic.ClassFileLocator
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public AgentBased = net.bytebuddy.dynamic.ClassFileLocator$AgentBased of net.bytebuddy.dynamic.ClassFileLocator
  public abstract ClassLoadingDelegate = net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate of net.bytebuddy.dynamic.ClassFileLocator$AgentBased
  public Default = net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Default of net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate
  public Explicit = net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate$Explicit of net.bytebuddy.dynamic.ClassFileLocator$AgentBased$ClassLoadingDelegate
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()