final class org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType extends java.lang.Enum<org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
  super_class: java.lang.Enum
{
  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType EMPTY;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType UNIFORM;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType DASHED;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType NON_UNIFORM;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType INDEXED;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType NUMERICALLY_INDEXED;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  private static final org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType[] ENUM$VALUES;
    descriptor: [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 970
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            ldc "EMPTY"
            iconst_0
         1: .line 973
            iconst_0
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.<init>:(Ljava/lang/String;IZ)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
         2: .line 975
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            ldc "UNIFORM"
            iconst_1
         3: .line 978
            iconst_0
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.<init>:(Ljava/lang/String;IZ)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
         4: .line 980
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            ldc "DASHED"
            iconst_2
         5: .line 984
            iconst_0
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.<init>:(Ljava/lang/String;IZ)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
         6: .line 986
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            ldc "NON_UNIFORM"
            iconst_3
         7: .line 989
            iconst_0
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.<init>:(Ljava/lang/String;IZ)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NON_UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
         8: .line 991
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            ldc "INDEXED"
            iconst_4
         9: .line 994
            iconst_1
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.<init>:(Ljava/lang/String;IZ)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
        10: .line 996
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            ldc "NUMERICALLY_INDEXED"
            iconst_5
        11: .line 999
            iconst_1
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.<init>:(Ljava/lang/String;IZ)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NUMERICALLY_INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
        12: .line 968
            bipush 6
            anewarray org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            dup
            iconst_0
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aastore
            dup
            iconst_1
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aastore
            dup
            iconst_2
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aastore
            dup
            iconst_3
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NON_UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aastore
            dup
            iconst_4
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aastore
            dup
            iconst_5
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NUMERICALLY_INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aastore
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.ENUM$VALUES:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
        start local 3 // boolean indexed
         0: .line 1003
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 1004
            aload 0 /* this */
            iload 3 /* indexed */
            putfield org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.indexed:Z
         2: .line 1005
            return
        end local 3 // boolean indexed
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            0    3     3  indexed  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      indexed        

  public boolean isIndexed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
         0: .line 1008
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.indexed:Z
            ireturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;

  public boolean allowsFastEqualityCheck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
         0: .line 1012
            aload 0 /* this */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpeq 1
            aload 0 /* this */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NUMERICALLY_INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;

  public boolean allowsDashIgnoringEqualityCheck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
         0: .line 1016
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.allowsFastEqualityCheck:()Z
            ifne 1
            aload 0 /* this */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;

  public static org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType[] values();
    descriptor: ()[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.ENUM$VALUES:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            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 org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;>;
SourceFile: "ConfigurationPropertyName.java"
NestHost: org.springframework.boot.context.properties.source.ConfigurationPropertyName
InnerClasses:
  private final ElementType = org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType of org.springframework.boot.context.properties.source.ConfigurationPropertyName