public class net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution implements net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution
  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 java.security.ProtectionDomain protectionDomain;
    descriptor: Ljava/security/ProtectionDomain;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final net.bytebuddy.pool.TypePool typePool;
    descriptor: Lnet/bytebuddy/pool/TypePool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected void <init>(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.security.ProtectionDomain, boolean, net.bytebuddy.pool.TypePool, net.bytebuddy.agent.builder.AgentBuilder$Transformer, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;ZLnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution 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 // java.security.ProtectionDomain protectionDomain
        start local 5 // boolean loaded
        start local 6 // net.bytebuddy.pool.TypePool typePool
        start local 7 // net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer
        start local 8 // boolean decorator
         0: .line 10059
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10067
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 10068
            aload 0 /* this */
            aload 2 /* classLoader */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
         3: .line 10069
            aload 0 /* this */
            aload 3 /* module */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.module:Lnet/bytebuddy/utility/JavaModule;
         4: .line 10070
            aload 0 /* this */
            aload 4 /* protectionDomain */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.protectionDomain:Ljava/security/ProtectionDomain;
         5: .line 10071
            aload 0 /* this */
            iload 5 /* loaded */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.loaded:Z
         6: .line 10072
            aload 0 /* this */
            aload 6 /* typePool */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typePool:Lnet/bytebuddy/pool/TypePool;
         7: .line 10073
            aload 0 /* this */
            aload 7 /* transformer */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.transformer:Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
         8: .line 10074
            aload 0 /* this */
            iload 8 /* decorator */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.decorator:Z
         9: .line 10075
            return
        end local 8 // boolean decorator
        end local 7 // net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer
        end local 6 // net.bytebuddy.pool.TypePool typePool
        end local 5 // boolean loaded
        end local 4 // java.security.ProtectionDomain protectionDomain
        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$Simple$Resolution this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution;
            0   10     1   typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0   10     2       classLoader  Ljava/lang/ClassLoader;
            0   10     3            module  Lnet/bytebuddy/utility/JavaModule;
            0   10     4  protectionDomain  Ljava/security/ProtectionDomain;
            0   10     5            loaded  Z
            0   10     6          typePool  Lnet/bytebuddy/pool/TypePool;
            0   10     7       transformer  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
            0   10     8         decorator  Z
    MethodParameters:
                  Name  Flags
      typeDescription   
      classLoader       
      module            
      protectionDomain  
      loaded            
      typePool          
      transformer       
      decorator         

  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$Simple$Resolution this
         0: .line 10081
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.decorator:Z
            ifeq 2
         1: .line 10082
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.DECORATOR:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            goto 3
         2: .line 10083
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.TERMINAL:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
         3: .line 10081
      StackMap locals:
      StackMap stack: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort
            areturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution;

  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=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolution
         0: .line 10090
            aload 1 /* resolution */
            aload 0 /* this */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution.prepend:(Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Decoratable;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
            areturn
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolution
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution;
            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=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable resolution
         0: .line 10097
            aload 1 /* resolution */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.transformer:Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Decoratable.append:(Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$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$Simple$Resolution this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution;
            0    1     1  resolution  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Decoratable;
    MethodParameters:
            Name  Flags
      resolution  

  public net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution append(net.bytebuddy.agent.builder.AgentBuilder$Transformer);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer
         0: .line 10104
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution
            dup
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 10105
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
         2: .line 10106
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.module:Lnet/bytebuddy/utility/JavaModule;
         3: .line 10107
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.protectionDomain:Ljava/security/ProtectionDomain;
         4: .line 10108
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.loaded:Z
         5: .line 10109
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typePool:Lnet/bytebuddy/pool/TypePool;
         6: .line 10110
            new net.bytebuddy.agent.builder.AgentBuilder$Transformer$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.agent.builder.AgentBuilder$Transformer
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.transformer:Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
            aastore
            dup
            iconst_1
            aload 1 /* transformer */
            aastore
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Transformer$Compound.<init>:([Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;)V
         7: .line 10111
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.decorator:Z
         8: .line 10104
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;ZLnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;Z)V
            areturn
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution;
            0    9     1  transformer  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
    MethodParameters:
             Name  Flags
      transformer  

  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=10, locals=11, args_size=9
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution 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 10125
            aload 1 /* initializationStrategy */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy.dispatcher:()Lnet/bytebuddy/agent/builder/AgentBuilder$InitializationStrategy$Dispatcher;
            astore 9 /* dispatcher */
        start local 9 // net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher dispatcher
         1: .line 10126
            aload 9 /* dispatcher */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.transformer:Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
            aload 3 /* typeStrategy */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 10127
            aload 4 /* byteBuddy */
         3: .line 10128
            aload 2 /* classFileLocator */
         4: .line 10129
            aload 5 /* methodNameTransformer */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$NativeMethodStrategy.resolve:()Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;
         5: .line 10130
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
         6: .line 10131
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.module:Lnet/bytebuddy/utility/JavaModule;
         7: .line 10132
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.protectionDomain:Ljava/security/ProtectionDomain;
         8: .line 10126
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy.builder:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
         9: .line 10132
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.module:Lnet/bytebuddy/utility/JavaModule;
        10: .line 10126
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Transformer.transform:(Lnet/bytebuddy/dynamic/DynamicType$Builder;Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher.apply:(Lnet/bytebuddy/dynamic/DynamicType$Builder;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
        11: .line 10132
            getstatic net.bytebuddy.dynamic.TypeResolutionStrategy$Disabled.INSTANCE:Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Disabled;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typePool:Lnet/bytebuddy/pool/TypePool;
            invokeinterface net.bytebuddy.dynamic.DynamicType$Builder.make:(Lnet/bytebuddy/dynamic/TypeResolutionStrategy;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded;
        12: .line 10126
            astore 10 /* dynamicType */
        start local 10 // net.bytebuddy.dynamic.DynamicType$Unloaded dynamicType
        13: .line 10133
            aload 9 /* dispatcher */
            aload 10 /* dynamicType */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory
            dup
            aload 6 /* bootstrapInjectionStrategy */
        14: .line 10134
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
        15: .line 10135
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.protectionDomain:Ljava/security/ProtectionDomain;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution$BootstrapClassLoaderCapableInjectorFactory.<init>:(Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)V
        16: .line 10133
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher.register:(Lnet/bytebuddy/dynamic/DynamicType;Ljava/lang/ClassLoader;Lnet/bytebuddy/agent/builder/AgentBuilder$InitializationStrategy$Dispatcher$InjectorFactory;)V
        17: .line 10136
            aload 8 /* listener */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.classLoader:Ljava/lang/ClassLoader;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.module:Lnet/bytebuddy/utility/JavaModule;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.loaded:Z
            aload 10 /* dynamicType */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onTransformation:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLnet/bytebuddy/dynamic/DynamicType;)V
        18: .line 10137
            aload 10 /* dynamicType */
            invokeinterface net.bytebuddy.dynamic.DynamicType$Unloaded.getBytes:()[B
            areturn
        end local 10 // net.bytebuddy.dynamic.DynamicType$Unloaded dynamicType
        end local 9 // net.bytebuddy.agent.builder.AgentBuilder$InitializationStrategy$Dispatcher dispatcher
        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$Simple$Resolution this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   19     0                        this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple$Resolution;
            0   19     1      initializationStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$InitializationStrategy;
            0   19     2            classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
            0   19     3                typeStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy;
            0   19     4                   byteBuddy  Lnet/bytebuddy/ByteBuddy;
            0   19     5       methodNameTransformer  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$NativeMethodStrategy;
            0   19     6  bootstrapInjectionStrategy  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$BootstrapInjectionStrategy;
            0   19     7        accessControlContext  Ljava/security/AccessControlContext;
            0   19     8                    listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
            1   19     9                  dispatcher  Lnet/bytebuddy/agent/builder/AgentBuilder$InitializationStrategy$Dispatcher;
           13   19    10                 dynamicType  Lnet/bytebuddy/dynamic/DynamicType$Unloaded<*>;
    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 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 Listener = net.bytebuddy.agent.builder.AgentBuilder$Listener of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Transformer = net.bytebuddy.agent.builder.AgentBuilder$Transformer of net.bytebuddy.agent.builder.AgentBuilder
  public Compound = net.bytebuddy.agent.builder.AgentBuilder$Transformer$Compound of net.bytebuddy.agent.builder.AgentBuilder$Transformer
  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
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
  public abstract Unloaded = net.bytebuddy.dynamic.DynamicType$Unloaded of net.bytebuddy.dynamic.DynamicType
  public final Disabled = net.bytebuddy.dynamic.TypeResolutionStrategy$Disabled of net.bytebuddy.dynamic.TypeResolutionStrategy
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()