public final class net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored extends java.lang.Enum<net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored> implements net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored INSTANCE;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 9911
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored.<init>:(Ljava/lang/String;I)V
         1: .line 9914
            putstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored.INSTANCE:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
         2: .line 9909
            iconst_1
            anewarray net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored
            dup
            iconst_0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored.INSTANCE:Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
            aastore
            putstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored this
         0: .line 9909
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  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=1, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored 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 9924
            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$Ignored this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
            0    1     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2          classLoader  Ljava/lang/ClassLoader;
            0    1     3               module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    1     5     protectionDomain  Ljava/security/ProtectionDomain;
    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=6, locals=8, args_size=8
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored 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 9937
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved
            dup
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 5 /* loaded */
            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
            areturn
        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$Ignored this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
            0    1     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2          classLoader  Ljava/lang/ClassLoader;
            0    1     3               module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    1     5               loaded  Z
            0    1     6     protectionDomain  Ljava/security/ProtectionDomain;
            0    1     7             typePool  Lnet/bytebuddy/pool/TypePool;
    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             

  public static net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored[] values();
    descriptor: ()[Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Ignored
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Ignored;>;Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation;
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 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 Unresolved = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution