public class net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled implements net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled
  super_class: java.lang.Object
{
  private final java.io.File folder;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.instrument.Instrumentation instrumentation;
    descriptor: Ljava/lang/instrument/Instrumentation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.File, java.lang.instrument.Instrumentation);
    descriptor: (Ljava/io/File;Ljava/lang/instrument/Instrumentation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled this
        start local 1 // java.io.File folder
        start local 2 // java.lang.instrument.Instrumentation instrumentation
         0: .line 9559
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 9560
            aload 0 /* this */
            aload 1 /* folder */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled.folder:Ljava/io/File;
         2: .line 9561
            aload 0 /* this */
            aload 2 /* instrumentation */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled.instrumentation:Ljava/lang/instrument/Instrumentation;
         3: .line 9562
            return
        end local 2 // java.lang.instrument.Instrumentation instrumentation
        end local 1 // java.io.File folder
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy$Enabled;
            0    4     1           folder  Ljava/io/File;
            0    4     2  instrumentation  Ljava/lang/instrument/Instrumentation;
    MethodParameters:
                 Name  Flags
      folder           
      instrumentation  

  public net.bytebuddy.dynamic.loading.ClassInjector make(java.security.ProtectionDomain);
    descriptor: (Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/loading/ClassInjector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled this
        start local 1 // java.security.ProtectionDomain protectionDomain
         0: .line 9568
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled.folder:Ljava/io/File;
         1: .line 9569
            getstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingInstrumentation$Target.BOOTSTRAP:Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingInstrumentation$Target;
         2: .line 9570
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled.instrumentation:Ljava/lang/instrument/Instrumentation;
         3: .line 9568
            invokestatic net.bytebuddy.dynamic.loading.ClassInjector$UsingInstrumentation.of:(Ljava/io/File;Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingInstrumentation$Target;Ljava/lang/instrument/Instrumentation;)Lnet/bytebuddy/dynamic/loading/ClassInjector;
            areturn
        end local 1 // java.security.ProtectionDomain protectionDomain
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy$Enabled;
            0    4     1  protectionDomain  Ljava/security/ProtectionDomain;
    MethodParameters:
                  Name  Flags
      protectionDomain  
}
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
  public Enabled = net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy$Enabled of net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public UsingInstrumentation = net.bytebuddy.dynamic.loading.ClassInjector$UsingInstrumentation of net.bytebuddy.dynamic.loading.ClassInjector
  public abstract Target = net.bytebuddy.dynamic.loading.ClassInjector$UsingInstrumentation$Target of net.bytebuddy.dynamic.loading.ClassInjector$UsingInstrumentation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()