public class net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound implements net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound
  super_class: java.lang.Object
{
  private final java.util.List<net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation> transformations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;>;

  private static volatile int[] $SWITCH_TABLE$net$bytebuddy$agent$builder$AgentBuilder$Default$Transformation$Resolution$Sort;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation[]);
    descriptor: ([Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation[] transformation
         0: .line 10205
            aload 0 /* this */
            aload 1 /* transformation */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.<init>:(Ljava/util/List;)V
         1: .line 10206
            return
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation[] transformation
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Compound;
            0    2     1  transformation  [Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;
    MethodParameters:
                Name  Flags
      transformation  

  protected void <init>(java.util.List<? extends net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound this
        start local 1 // java.util.List transformations
         0: .line 10213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10214
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.transformations:Ljava/util/List;
         2: .line 10215
            aload 1 /* transformations */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
            astore 2 /* transformation */
        start local 2 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation transformation
         4: .line 10216
            aload 2 /* transformation */
            instanceof net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound
            ifeq 7
         5: .line 10217
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.transformations:Ljava/util/List;
            aload 2 /* transformation */
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.transformations:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 10218
            goto 9
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound java.util.List net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation java.util.Iterator
      StackMap stack:
         7: aload 2 /* transformation */
            instanceof net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored
            ifne 9
         8: .line 10219
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.transformations:Ljava/util/List;
            aload 2 /* transformation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation transformation
         9: .line 10215
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 10222
            return
        end local 1 // java.util.List transformations
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Compound;
            0   11     1  transformations  Ljava/util/List<+Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;>;
            4    9     2   transformation  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;>;)V
    MethodParameters:
                 Name  Flags
      transformations  

  public boolean matches(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.lang.Class<?>, java.security.ProtectionDomain);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;Ljava/security/ProtectionDomain;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound 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.lang.Class classBeingRedefined
        start local 5 // java.security.ProtectionDomain protectionDomain
         0: .line 10232
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.transformations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 4
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule java.lang.Class java.security.ProtectionDomain top java.util.Iterator
      StackMap stack:
         1: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
            astore 6 /* transformation */
        start local 6 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation transformation
         2: .line 10233
            aload 6 /* transformation */
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            aload 4 /* classBeingRedefined */
            aload 5 /* protectionDomain */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation.matches:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;Ljava/security/ProtectionDomain;)Z
            ifeq 4
         3: .line 10234
            iconst_1
            ireturn
        end local 6 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation transformation
         4: .line 10232
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 10237
            iconst_0
            ireturn
        end local 5 // java.security.ProtectionDomain protectionDomain
        end local 4 // java.lang.Class classBeingRedefined
        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$Compound this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Compound;
            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  classBeingRedefined  Ljava/lang/Class<*>;
            0    6     5     protectionDomain  Ljava/security/ProtectionDomain;
            2    4     6       transformation  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class<*>;Ljava/security/ProtectionDomain;)Z
    MethodParameters:
                     Name  Flags
      typeDescription      
      classLoader          
      module               
      classBeingRedefined  
      protectionDomain     

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=8
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound 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.lang.Class classBeingRedefined
        start local 5 // boolean loaded
        start local 6 // java.security.ProtectionDomain protectionDomain
        start local 7 // net.bytebuddy.pool.TypePool typePool
         0: .line 10250
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved
            dup
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            aload 4 /* classBeingRedefined */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule java.lang.Class int java.security.ProtectionDomain net.bytebuddy.pool.TypePool
      StackMap stack: new 0 new 0 net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule
         1: iconst_0
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule java.lang.Class int java.security.ProtectionDomain net.bytebuddy.pool.TypePool
      StackMap stack: new 0 new 0 net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int
         2: invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
            astore 8 /* current */
        start local 8 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution current
         3: .line 10251
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.transformations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 19
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule java.lang.Class int java.security.ProtectionDomain net.bytebuddy.pool.TypePool net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution top java.util.Iterator
      StackMap stack:
         4: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
            astore 9 /* transformation */
        start local 9 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation transformation
         5: .line 10252
            aload 9 /* transformation */
            aload 1 /* typeDescription */
         6: .line 10253
            aload 2 /* classLoader */
         7: .line 10254
            aload 3 /* module */
         8: .line 10255
            aload 4 /* classBeingRedefined */
         9: .line 10256
            iload 5 /* loaded */
        10: .line 10257
            aload 6 /* protectionDomain */
        11: .line 10258
            aload 7 /* typePool */
        12: .line 10252
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation.resolve:(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;
            astore 11 /* resolution */
        start local 11 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolution
        13: .line 10259
            invokestatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.$SWITCH_TABLE$net$bytebuddy$agent$builder$AgentBuilder$Default$Transformation$Resolution$Sort:()[I
            aload 11 /* resolution */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution.getSort:()Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 14
                    2: 15
                    3: 17
              default: 18
          }
        14: .line 10261
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule java.lang.Class int java.security.ProtectionDomain net.bytebuddy.pool.TypePool net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation java.util.Iterator net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
      StackMap stack:
            aload 8 /* current */
            aload 11 /* resolution */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution.asDecoratorOf:(Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
            areturn
        15: .line 10263
      StackMap locals:
      StackMap stack:
            aload 8 /* current */
            aload 11 /* resolution */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution.asDecoratorOf:(Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
            astore 8 /* current */
        16: .line 10264
            goto 19
        17: .line 10266
      StackMap locals:
      StackMap stack:
            goto 19
        18: .line 10268
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected resolution type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* resolution */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution.getSort:()Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 11 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolution
        end local 9 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation transformation
        19: .line 10251
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule java.lang.Class int java.security.ProtectionDomain net.bytebuddy.pool.TypePool net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        20: .line 10271
            aload 8 /* current */
            areturn
        end local 8 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution current
        end local 7 // net.bytebuddy.pool.TypePool typePool
        end local 6 // java.security.ProtectionDomain protectionDomain
        end local 5 // boolean loaded
        end local 4 // java.lang.Class classBeingRedefined
        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$Compound this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   21     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Compound;
            0   21     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0   21     2          classLoader  Ljava/lang/ClassLoader;
            0   21     3               module  Lnet/bytebuddy/utility/JavaModule;
            0   21     4  classBeingRedefined  Ljava/lang/Class<*>;
            0   21     5               loaded  Z
            0   21     6     protectionDomain  Ljava/security/ProtectionDomain;
            0   21     7             typePool  Lnet/bytebuddy/pool/TypePool;
            3   21     8              current  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
            5   19     9       transformation  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;
           13   19    11           resolution  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    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             

  static int[] $SWITCH_TABLE$net$bytebuddy$agent$builder$AgentBuilder$Default$Transformation$Resolution$Sort();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 10192
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.$SWITCH_TABLE$net$bytebuddy$agent$builder$AgentBuilder$Default$Transformation$Resolution$Sort:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.values:()[Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.DECORATOR:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.TERMINAL:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.UNDEFINED:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution$Sort;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Sort.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Compound.$SWITCH_TABLE$net$bytebuddy$agent$builder$AgentBuilder$Default$Transformation$Resolution$Sort:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
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 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 Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()