public class net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory implements net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher$InjectorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory
  super_class: java.lang.Object
{
  private final net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy bootstrapInjectionStrategy;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ClassLoader classLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.ProtectionDomain protectionDomain;
    descriptor: Ljava/security/ProtectionDomain;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy, java.lang.ClassLoader, java.security.ProtectionDomain);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy bootstrapInjectionStrategy
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // java.security.ProtectionDomain protectionDomain
         0: .line 10168
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10171
            aload 0 /* this */
            aload 1 /* bootstrapInjectionStrategy */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.bootstrapInjectionStrategy:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;
         2: .line 10172
            aload 0 /* this */
            aload 2 /* classLoader */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.classLoader:Ljava/lang/ClassLoader;
         3: .line 10173
            aload 0 /* this */
            aload 3 /* protectionDomain */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.protectionDomain:Ljava/security/ProtectionDomain;
         4: .line 10174
            return
        end local 3 // java.security.ProtectionDomain protectionDomain
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy bootstrapInjectionStrategy
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    5     0                        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory;
            0    5     1  bootstrapInjectionStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;
            0    5     2                 classLoader  Ljava/lang/ClassLoader;
            0    5     3            protectionDomain  Ljava/security/ProtectionDomain;
    MethodParameters:
                            Name  Flags
      bootstrapInjectionStrategy  
      classLoader                 
      protectionDomain            

  public net.bytebuddy.dynamic.loading.ClassInjector resolve();
    descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory this
         0: .line 10180
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.classLoader:Ljava/lang/ClassLoader;
            ifnonnull 2
         1: .line 10181
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.bootstrapInjectionStrategy:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.protectionDomain:Ljava/security/ProtectionDomain;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy.make:(Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/loading/ClassInjector;
            goto 3
         2: .line 10182
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection
            dup
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.classLoader:Ljava/lang/ClassLoader;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.protectionDomain:Ljava/security/ProtectionDomain;
            invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<init>:(Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)V
         3: .line 10180
      StackMap locals:
      StackMap stack: net.bytebuddy.dynamic.loading.ClassInjector
            areturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory;
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public Default = net.bytebuddy.agent.builder.AgentBuilder$Default of net.bytebuddy.agent.builder.AgentBuilder
  protected abstract BootstrapInjectionStrategy = net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy of net.bytebuddy.agent.builder.AgentBuilder$Default
  protected abstract Transformation = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation of net.bytebuddy.agent.builder.AgentBuilder$Default
  public Simple = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  protected Resolution = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple
  protected BootstrapClassLoaderCapableInjectorFactory = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution
  public abstract InitializationStrategy = net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Dispatcher = net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher of net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy
  public abstract InjectorFactory = net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher$InjectorFactory of net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public UsingReflection = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection of net.bytebuddy.dynamic.loading.ClassInjector
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()