public class net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved implements net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final net.bytebuddy.utility.JavaModule module;
    descriptor: Lnet/bytebuddy/utility/JavaModule;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean loaded;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
         0: .line 9861
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 9862
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 9863
            aload 0 /* this */
            aload 2 /* classLoader */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.classLoader:Ljava/lang/ClassLoader;
         3: .line 9864
            aload 0 /* this */
            aload 3 /* module */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.module:Lnet/bytebuddy/utility/JavaModule;
         4: .line 9865
            aload 0 /* this */
            iload 4 /* loaded */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.loaded:Z
         5: .line 9866
            return
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Unresolved;
            0    6     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     2      classLoader  Ljava/lang/ClassLoader;
            0    6     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    6     4           loaded  Z
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           

  public net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort getSort();
    descriptor: ()Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
         0: .line 9872
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.UNDEFINED:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            areturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Unresolved;

  public net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution asDecoratorOf(net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolution
         0: .line 9879
            aload 1 /* resolution */
            areturn
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolution
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Unresolved;
            0    1     1  resolution  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    MethodParameters:
            Name  Flags
      resolution  

  public net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution prepend(net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Decoratable;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable resolution
         0: .line 9886
            aload 1 /* resolution */
            areturn
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable resolution
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Unresolved;
            0    1     1  resolution  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Decoratable;
    MethodParameters:
            Name  Flags
      resolution  

  public byte[] apply(net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy, net.bytebuddy.dynamic.ClassFileLocator, net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy, net.bytebuddy.ByteBuddy, net.bytebuddy.agent.builder.AgentBuilder$Default$NativeMethodStrategy, net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy, java.security.AccessControlContext, net.bytebuddy.agent.builder.AgentBuilder$Listener);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$InitializationStrategy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/agent/builder/AgentBuilder$Default$NativeMethodStrategy;Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;Ljava/security/AccessControlContext;Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=9
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy initializationStrategy
        start local 2 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        start local 3 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy typeStrategy
        start local 4 // net.bytebuddy.ByteBuddy byteBuddy
        start local 5 // net.bytebuddy.agent.builder.AgentBuilder$Default$NativeMethodStrategy methodNameTransformer
        start local 6 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy bootstrapInjectionStrategy
        start local 7 // java.security.AccessControlContext accessControlContext
        start local 8 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         0: .line 9900
            aload 8 /* listener */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.classLoader:Ljava/lang/ClassLoader;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.module:Lnet/bytebuddy/utility/JavaModule;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.loaded:Z
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onIgnored:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
         1: .line 9901
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default.NO_TRANSFORMATION:[B
            areturn
        end local 8 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
        end local 7 // java.security.AccessControlContext accessControlContext
        end local 6 // net.bytebuddy.agent.builder.AgentBuilder$Default$BootstrapInjectionStrategy bootstrapInjectionStrategy
        end local 5 // net.bytebuddy.agent.builder.AgentBuilder$Default$NativeMethodStrategy methodNameTransformer
        end local 4 // net.bytebuddy.ByteBuddy byteBuddy
        end local 3 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy typeStrategy
        end local 2 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy initializationStrategy
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Unresolved;
            0    2     1      initializationStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$InitializationStrategy;
            0    2     2            classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
            0    2     3                typeStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy;
            0    2     4                   byteBuddy  Lnet/bytebuddy/ByteBuddy;
            0    2     5       methodNameTransformer  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$NativeMethodStrategy;
            0    2     6  bootstrapInjectionStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;
            0    2     7        accessControlContext  Ljava/security/AccessControlContext;
            0    2     8                    listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
                            Name  Flags
      initializationStrategy      
      classFileLocator            
      typeStrategy                
      byteBuddy                   
      methodNameTransformer       
      bootstrapInjectionStrategy  
      accessControlContext        
      listener                    
}
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 NativeMethodStrategy = net.bytebuddy.agent.builder.AgentBuilder$Default$NativeMethodStrategy 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 abstract Resolution = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  public abstract Decoratable = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
  public final Sort = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
  public Unresolved = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
  public abstract InitializationStrategy = net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Listener = net.bytebuddy.agent.builder.AgentBuilder$Listener of net.bytebuddy.agent.builder.AgentBuilder
  public abstract TypeStrategy = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()