public interface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation extends net.bytebuddy.agent.builder.AgentBuilder$RawMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolve(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.lang.Class<?>, boolean, java.security.ProtectionDomain, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;ZLjava/security/ProtectionDomain;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class<*>;ZLjava/security/ProtectionDomain;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    MethodParameters:
                     Name  Flags
      typeDescription      
      classLoader          
      module               
      classBeingRedefined  
      loaded               
      protectionDomain     
      typePool             
}
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 Transformation = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation of net.bytebuddy.agent.builder.AgentBuilder$Default
  public Compound = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  public final Ignored = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  public abstract Resolution = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  public Simple = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  public abstract RawMatcher = net.bytebuddy.agent.builder.AgentBuilder$RawMatcher of net.bytebuddy.agent.builder.AgentBuilder