public abstract class net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher extends java.lang.Enum<net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher>
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher LEGACY_VM;
    descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;

  public static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher JAVA_9_CAPABLE_VM;
    descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;

  public static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher CURRENT;
    descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;

  private final char openingBrace;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final char closingBrace;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 85
            new net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$1
            dup
            ldc "LEGACY_VM"
            iconst_0
         1: .line 88
            bipush 91
            bipush 93
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$1.<init>:(Ljava/lang/String;ICC)V
            putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.LEGACY_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
         2: .line 120
            new net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$2
            dup
            ldc "JAVA_9_CAPABLE_VM"
            iconst_1
         3: .line 123
            bipush 123
            bipush 125
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$2.<init>:(Ljava/lang/String;ICC)V
            putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.JAVA_9_CAPABLE_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            iconst_2
            anewarray net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
            dup
            iconst_0
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.LEGACY_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.JAVA_9_CAPABLE_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            aastore
            putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.ENUM$VALUES:[Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
         4: .line 172
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V6:Lnet/bytebuddy/ClassFileVersion;
            invokestatic net.bytebuddy.ClassFileVersion.ofThisVm:(Lnet/bytebuddy/ClassFileVersion;)Lnet/bytebuddy/ClassFileVersion;
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V9:Lnet/bytebuddy/ClassFileVersion;
            invokevirtual net.bytebuddy.ClassFileVersion.isAtLeast:(Lnet/bytebuddy/ClassFileVersion;)Z
            ifeq 6
         5: .line 173
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.JAVA_9_CAPABLE_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            goto 7
         6: .line 174
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.LEGACY_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
         7: .line 172
      StackMap locals:
      StackMap stack: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
            putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.CURRENT:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
         8: .line 174
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, char, char);
    descriptor: (Ljava/lang/String;ICC)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
        start local 3 // char openingBrace
        start local 4 // char closingBrace
         0: .line 192
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 193
            aload 0 /* this */
            iload 3 /* openingBrace */
            putfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.openingBrace:C
         2: .line 194
            aload 0 /* this */
            iload 4 /* closingBrace */
            putfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.closingBrace:C
         3: .line 195
            return
        end local 4 // char closingBrace
        end local 3 // char openingBrace
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            0    4     3  openingBrace  C
            0    4     4  closingBrace  C
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      openingBrace   
      closingBrace   

  public java.lang.String toSourceString(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
        start local 1 // boolean value
         0: .line 204
            iload 1 /* value */
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            areturn
        end local 1 // boolean value
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toSourceString(byte);
    descriptor: (B)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
        start local 1 // byte value
         0: .line 214
            iload 1 /* value */
            invokestatic java.lang.Byte.toString:(B)Ljava/lang/String;
            areturn
        end local 1 // byte value
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            0    1     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toSourceString(short);
    descriptor: (S)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
        start local 1 // short value
         0: .line 224
            iload 1 /* value */
            invokestatic java.lang.Short.toString:(S)Ljava/lang/String;
            areturn
        end local 1 // short value
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            0    1     1  value  S
    MethodParameters:
       Name  Flags
      value  

  public abstract java.lang.String toSourceString(char);
    descriptor: (C)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toSourceString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
        start local 1 // int value
         0: .line 242
            iload 1 /* value */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 1 // int value
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public abstract java.lang.String toSourceString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract java.lang.String toSourceString(float);
    descriptor: (F)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract java.lang.String toSourceString(double);
    descriptor: (D)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract java.lang.String toSourceString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract java.lang.String toSourceString(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toSourceString(java.util.List<?>);
    descriptor: (Ljava/util/List;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
        start local 1 // java.util.List values
         0: .line 292
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.openingBrace:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 2 /* stringBuilder */
        start local 2 // java.lang.StringBuilder stringBuilder
         1: .line 293
            iconst_1
            istore 3 /* first */
        start local 3 // boolean first
         2: .line 294
            aload 1 /* values */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher java.util.List java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         4: .line 295
            iload 3 /* first */
            ifeq 7
         5: .line 296
            iconst_0
            istore 3 /* first */
         6: .line 297
            goto 8
         7: .line 298
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher java.util.List java.lang.StringBuilder int java.lang.Object java.util.Iterator
      StackMap stack:
            aload 2 /* stringBuilder */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 300
      StackMap locals:
      StackMap stack:
            aload 2 /* stringBuilder */
            aload 4 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        end local 4 // java.lang.Object value
         9: .line 294
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher java.util.List java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 302
            aload 2 /* stringBuilder */
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.closingBrace:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // boolean first
        end local 2 // java.lang.StringBuilder stringBuilder
        end local 1 // java.util.List values
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            0   11     1         values  Ljava/util/List<*>;
            1   11     2  stringBuilder  Ljava/lang/StringBuilder;
            2   11     3          first  Z
            4    9     4          value  Ljava/lang/Object;
    Signature: (Ljava/util/List<*>;)Ljava/lang/String;
    MethodParameters:
        Name  Flags
      values  

  public static net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher[] values();
    descriptor: ()[Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.ENUM$VALUES:[Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
            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.description.annotation.AnnotationValue$RenderingDispatcher valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;>;
SourceFile: "AnnotationValue.java"
NestHost: net.bytebuddy.description.annotation.AnnotationValue
InnerClasses:
  public abstract RenderingDispatcher = net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher of net.bytebuddy.description.annotation.AnnotationValue
  net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$1
  net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$2