public class net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin implements net.bytebuddy.agent.builder.AgentBuilder$Transformer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin
  super_class: java.lang.Object
{
  private final net.bytebuddy.build.Plugin plugin;
    descriptor: Lnet/bytebuddy/build/Plugin;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.build.Plugin);
    descriptor: (Lnet/bytebuddy/build/Plugin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin this
        start local 1 // net.bytebuddy.build.Plugin plugin
         0: .line 2194
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2195
            aload 0 /* this */
            aload 1 /* plugin */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin.plugin:Lnet/bytebuddy/build/Plugin;
         2: .line 2196
            return
        end local 1 // net.bytebuddy.build.Plugin plugin
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer$ForBuildPlugin;
            0    3     1  plugin  Lnet/bytebuddy/build/Plugin;
    MethodParameters:
        Name  Flags
      plugin  

  public net.bytebuddy.dynamic.DynamicType$Builder<?> transform(net.bytebuddy.dynamic.DynamicType$Builder<?>, net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder;Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin this
        start local 1 // net.bytebuddy.dynamic.DynamicType$Builder builder
        start local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 3 // java.lang.ClassLoader classLoader
        start local 4 // net.bytebuddy.utility.JavaModule module
         0: .line 2205
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin.plugin:Lnet/bytebuddy/build/Plugin;
            aload 1 /* builder */
            aload 2 /* typeDescription */
            aload 3 /* classLoader */
            invokestatic net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader.of:(Ljava/lang/ClassLoader;)Lnet/bytebuddy/dynamic/ClassFileLocator;
            invokeinterface net.bytebuddy.build.Plugin.apply:(Lnet/bytebuddy/dynamic/DynamicType$Builder;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
            areturn
        end local 4 // net.bytebuddy.utility.JavaModule module
        end local 3 // java.lang.ClassLoader classLoader
        end local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 1 // net.bytebuddy.dynamic.DynamicType$Builder builder
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer$ForBuildPlugin;
            0    1     1          builder  Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
            0    1     2  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     3      classLoader  Ljava/lang/ClassLoader;
            0    1     4           module  Lnet/bytebuddy/utility/JavaModule;
    Signature: (Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
    MethodParameters:
                 Name  Flags
      builder          
      typeDescription  
      classLoader      
      module           
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract Transformer = net.bytebuddy.agent.builder.AgentBuilder$Transformer of net.bytebuddy.agent.builder.AgentBuilder
  public ForBuildPlugin = net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForBuildPlugin of net.bytebuddy.agent.builder.AgentBuilder$Transformer
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForClassLoader = net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader of net.bytebuddy.dynamic.ClassFileLocator
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()