public final class org.springframework.boot.context.properties.source.ConfigurationPropertyName implements java.lang.Comparable<org.springframework.boot.context.properties.source.ConfigurationPropertyName>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.ConfigurationPropertyName
  super_class: java.lang.Object
{
  private static final java.lang.String EMPTY_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ""

  public static final org.springframework.boot.context.properties.source.ConfigurationPropertyName EMPTY;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.CharSequence[] uniformElements;
    descriptor: [Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String string;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int hashCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 59
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName
            dup
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)V
            putstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* elements */
            putfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
         2: .line 71
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            anewarray java.lang.CharSequence
            putfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.uniformElements:[Ljava/lang/CharSequence;
         3: .line 72
            return
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    4     1  elements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    MethodParameters:
          Name  Flags
      elements  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 79
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;

  public boolean isLastElementIndexed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 87
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 88
            iload 1 /* size */
            ifle 2
            aload 0 /* this */
            iload 1 /* size */
            iconst_1
            isub
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isIndexed:(I)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int size
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    3     1  size  I

  boolean isIndexed(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // int elementIndex
         0: .line 97
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 1 /* elementIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            ireturn
        end local 1 // int elementIndex
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    1     1  elementIndex  I
    MethodParameters:
              Name  Flags
      elementIndex  

  public boolean isNumericIndex(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // int elementIndex
         0: .line 106
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 1 /* elementIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NUMERICALLY_INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int elementIndex
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    2     1  elementIndex  I
    MethodParameters:
              Name  Flags
      elementIndex  

  public java.lang.String getLastElement(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form form
         0: .line 115
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 116
            iload 2 /* size */
            ifeq 2
            aload 0 /* this */
            iload 2 /* size */
            iconst_1
            isub
            aload 1 /* form */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getElement:(ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 2 // int size
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form form
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    4     1  form  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            1    4     2  size  I
    MethodParameters:
      Name  Flags
      form  

  public java.lang.String getElement(int, org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form);
    descriptor: (ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // int elementIndex
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form form
         0: .line 126
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 1 /* elementIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.get:(I)Ljava/lang/CharSequence;
            astore 3 /* element */
        start local 3 // java.lang.CharSequence element
         1: .line 127
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 1 /* elementIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            astore 4 /* type */
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type
         2: .line 128
            aload 4 /* type */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            ifeq 4
         3: .line 129
            aload 3 /* element */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
         4: .line 131
      StackMap locals: java.lang.CharSequence org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
      StackMap stack:
            aload 2 /* form */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.ORIGINAL:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            if_acmpne 8
         5: .line 132
            aload 4 /* type */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NON_UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpeq 7
         6: .line 133
            aload 3 /* element */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
         7: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* element */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.convertToOriginalForm:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
         8: .line 137
      StackMap locals:
      StackMap stack:
            aload 2 /* form */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            if_acmpne 12
         9: .line 138
            aload 4 /* type */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpeq 10
            aload 4 /* type */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpne 11
        10: .line 139
      StackMap locals:
      StackMap stack:
            aload 3 /* element */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        11: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* element */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.convertToDashedElement:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        12: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.uniformElements:[Ljava/lang/CharSequence;
            iload 1 /* elementIndex */
            aaload
            astore 5 /* uniformElement */
        start local 5 // java.lang.CharSequence uniformElement
        13: .line 144
            aload 5 /* uniformElement */
            ifnonnull 18
        14: .line 145
            aload 4 /* type */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpeq 15
            aload 0 /* this */
            aload 3 /* element */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.convertToUniformElement:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            goto 16
      StackMap locals: java.lang.CharSequence
      StackMap stack:
        15: aload 3 /* element */
      StackMap locals:
      StackMap stack: java.lang.CharSequence
        16: astore 5 /* uniformElement */
        17: .line 146
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.uniformElements:[Ljava/lang/CharSequence;
            iload 1 /* elementIndex */
            aload 5 /* uniformElement */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aastore
        18: .line 148
      StackMap locals:
      StackMap stack:
            aload 5 /* uniformElement */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 5 // java.lang.CharSequence uniformElement
        end local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type
        end local 3 // java.lang.CharSequence element
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form form
        end local 1 // int elementIndex
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   19     1    elementIndex  I
            0   19     2            form  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            1   19     3         element  Ljava/lang/CharSequence;
            2   19     4            type  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
           13   19     5  uniformElement  Ljava/lang/CharSequence;
    MethodParameters:
              Name  Flags
      elementIndex  
      form          

  private java.lang.CharSequence convertToOriginalForm(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.CharSequence element
         0: .line 152
            aload 0 /* this */
            aload 1 /* element */
            iconst_0
         1: .line 153
            invokedynamic test()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (CI)Z
                  org/springframework/boot/context/properties/source/ConfigurationPropertyName.lambda$0(CI)Z (6)
                  (CI)Z
         2: .line 152
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.convertElement:(Ljava/lang/CharSequence;ZLorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;)Ljava/lang/CharSequence;
            areturn
        end local 1 // java.lang.CharSequence element
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    3     1  element  Ljava/lang/CharSequence;
    MethodParameters:
         Name  Flags
      element  

  private java.lang.CharSequence convertToDashedElement(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.CharSequence element
         0: .line 157
            aload 0 /* this */
            aload 1 /* element */
            iconst_1
            invokedynamic test()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (CI)Z
                  org/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementsParser.isValidChar(CI)Z (6)
                  (CI)Z
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.convertElement:(Ljava/lang/CharSequence;ZLorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;)Ljava/lang/CharSequence;
            areturn
        end local 1 // java.lang.CharSequence element
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    1     1  element  Ljava/lang/CharSequence;
    MethodParameters:
         Name  Flags
      element  

  private java.lang.CharSequence convertToUniformElement(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.CharSequence element
         0: .line 161
            aload 0 /* this */
            aload 1 /* element */
            iconst_1
            invokedynamic test()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (CI)Z
                  org/springframework/boot/context/properties/source/ConfigurationPropertyName.lambda$2(CI)Z (6)
                  (CI)Z
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.convertElement:(Ljava/lang/CharSequence;ZLorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;)Ljava/lang/CharSequence;
            areturn
        end local 1 // java.lang.CharSequence element
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    1     1  element  Ljava/lang/CharSequence;
    MethodParameters:
         Name  Flags
      element  

  private java.lang.CharSequence convertElement(java.lang.CharSequence, boolean, org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementCharPredicate);
    descriptor: (Ljava/lang/CharSequence;ZLorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.CharSequence element
        start local 2 // boolean lowercase
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementCharPredicate filter
         0: .line 165
            new java.lang.StringBuilder
            dup
            aload 1 /* element */
            invokeinterface java.lang.CharSequence.length:()I
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 4 /* result */
        start local 4 // java.lang.StringBuilder result
         1: .line 166
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 9
         3: .line 167
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            iload 2 /* lowercase */
            ifeq 4
            aload 1 /* element */
            iload 5 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1 /* element */
            iload 5 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
      StackMap locals:
      StackMap stack: int
         5: istore 6 /* ch */
        start local 6 // char ch
         6: .line 168
            aload 3 /* filter */
            iload 6 /* ch */
            iload 5 /* i */
            invokeinterface org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementCharPredicate.test:(CI)Z
            ifeq 8
         7: .line 169
            aload 4 /* result */
            iload 6 /* ch */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 6 // char ch
         8: .line 166
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            aload 1 /* element */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmplt 3
        end local 5 // int i
        10: .line 172
            aload 4 /* result */
            areturn
        end local 4 // java.lang.StringBuilder result
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementCharPredicate filter
        end local 2 // boolean lowercase
        end local 1 // java.lang.CharSequence element
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   11     1    element  Ljava/lang/CharSequence;
            0   11     2  lowercase  Z
            0   11     3     filter  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementCharPredicate;
            1   11     4     result  Ljava/lang/StringBuilder;
            2   10     5          i  I
            6    8     6         ch  C
    MethodParameters:
           Name  Flags
      element    
      lowercase  
      filter     

  public int getNumberOfElements();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 180
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            ireturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;

  public org.springframework.boot.context.properties.source.ConfigurationPropertyName append(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.String elements
         0: .line 190
            aload 1 /* elements */
            ifnonnull 2
         1: .line 191
            aload 0 /* this */
            areturn
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* elements */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.probablySingleElementOf:(Ljava/lang/CharSequence;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            astore 2 /* additionalElements */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements additionalElements
         3: .line 194
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName
            dup
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            aload 2 /* additionalElements */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.append:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)V
            areturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements additionalElements
        end local 1 // java.lang.String elements
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    4     1            elements  Ljava/lang/String;
            3    4     2  additionalElements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    MethodParameters:
          Name  Flags
      elements  

  public org.springframework.boot.context.properties.source.ConfigurationPropertyName getParent();
    descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 203
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 1 /* numberOfElements */
        start local 1 // int numberOfElements
         1: .line 204
            iload 1 /* numberOfElements */
            iconst_1
            if_icmpgt 2
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            iload 1 /* numberOfElements */
            iconst_1
            isub
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.chop:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.source.ConfigurationPropertyName
         3: areturn
        end local 1 // int numberOfElements
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    4     1  numberOfElements  I

  public org.springframework.boot.context.properties.source.ConfigurationPropertyName chop(int);
    descriptor: (I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // int size
         0: .line 215
            iload 1 /* size */
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmplt 2
         1: .line 216
            aload 0 /* this */
            areturn
         2: .line 218
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName
            dup
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 1 /* size */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.chop:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)V
            areturn
        end local 1 // int size
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public boolean isParentOf(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 227
            aload 1 /* name */
            ldc "Name must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 228
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            iconst_1
            isub
            if_icmpeq 3
         2: .line 229
            iconst_0
            ireturn
         3: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isAncestorOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    4     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      name  

  public boolean isAncestorOf(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 241
            aload 1 /* name */
            ldc "Name must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 242
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmplt 3
         2: .line 243
            iconst_0
            ireturn
         3: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.elementsEqual:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    4     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      name  

  public int compareTo(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName other
         0: .line 250
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.compare:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)I
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName other
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    1     1  other  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
       Name  Flags
      other  

  private int compare(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName n1
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName n2
         0: .line 254
            aload 1 /* n1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 3 /* l1 */
        start local 3 // int l1
         1: .line 255
            aload 2 /* n2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 4 /* l2 */
        start local 4 // int l2
         2: .line 256
            iconst_0
            istore 5 /* i1 */
        start local 5 // int i1
         3: .line 257
            iconst_0
            istore 6 /* i2 */
        start local 6 // int i2
         4: .line 258
            goto 23
         5: .line 260
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyName int int int int
      StackMap stack:
            iload 5 /* i1 */
            iload 3 /* l1 */
            if_icmpge 6
            aload 1 /* n1 */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 5 /* i1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            goto 7
      StackMap locals:
      StackMap stack:
         6: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
         7: astore 7 /* type1 */
        start local 7 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type1
         8: .line 261
            iload 6 /* i2 */
            iload 4 /* l2 */
            if_icmpge 9
            aload 2 /* n2 */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 6 /* i2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            goto 10
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
      StackMap stack:
         9: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
        10: astore 8 /* type2 */
        start local 8 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type2
        11: .line 262
            iload 5 /* i1 */
            iload 3 /* l1 */
            if_icmpge 12
            aload 1 /* n1 */
            iload 5 /* i1 */
            iinc 5 /* i1 */ 1
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getElement:(ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            goto 13
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
      StackMap stack:
        12: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
        13: astore 9 /* e1 */
        start local 9 // java.lang.String e1
        14: .line 263
            iload 6 /* i2 */
            iload 4 /* l2 */
            if_icmpge 15
            aload 2 /* n2 */
            iload 6 /* i2 */
            iinc 6 /* i2 */ 1
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getElement:(ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            goto 16
      StackMap locals: java.lang.String
      StackMap stack:
        15: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
        16: astore 10 /* e2 */
        start local 10 // java.lang.String e2
        17: .line 264
            aload 0 /* this */
            aload 9 /* e1 */
            aload 7 /* type1 */
            aload 10 /* e2 */
            aload 8 /* type2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.compare:(Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;)I
            istore 11 /* result */
        start local 11 // int result
        18: .line 265
            iload 11 /* result */
            ifeq 23
        19: .line 266
            iload 11 /* result */
        20: ireturn
        end local 11 // int result
        end local 10 // java.lang.String e2
        end local 9 // java.lang.String e1
        end local 8 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type2
        end local 7 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type1
        21: .line 269
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyName int int int int
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            astore 7 /* ex */
        start local 7 // java.lang.ArrayIndexOutOfBoundsException ex
        22: .line 270
            new java.lang.RuntimeException
            dup
            aload 7 /* ex */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.lang.ArrayIndexOutOfBoundsException ex
        23: .line 258
      StackMap locals:
      StackMap stack:
            iload 5 /* i1 */
            iload 3 /* l1 */
            if_icmplt 5
            iload 6 /* i2 */
            iload 4 /* l2 */
            if_icmplt 5
        24: .line 273
            iconst_0
            ireturn
        end local 6 // int i2
        end local 5 // int i1
        end local 4 // int l2
        end local 3 // int l1
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName n2
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName n1
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   25     1      n1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   25     2      n2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1   25     3      l1  I
            2   25     4      l2  I
            3   25     5      i1  I
            4   25     6      i2  I
            8   21     7   type1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
           11   21     8   type2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
           14   21     9      e1  Ljava/lang/String;
           17   21    10      e2  Ljava/lang/String;
           18   21    11  result  I
           22   23     7      ex  Ljava/lang/ArrayIndexOutOfBoundsException;
      Exception table:
        from    to  target  type
           5    20      21  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      n1    
      n2    

  private int compare(java.lang.String, org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType, java.lang.String, org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType);
    descriptor: (Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.String e1
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type1
        start local 3 // java.lang.String e2
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type2
         0: .line 277
            aload 1 /* e1 */
            ifnonnull 2
         1: .line 278
            iconst_m1
            ireturn
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 3 /* e2 */
            ifnonnull 4
         3: .line 281
            iconst_1
            ireturn
         4: .line 283
      StackMap locals:
      StackMap stack:
            aload 4 /* type2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            aload 2 /* type1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            invokestatic java.lang.Boolean.compare:(ZZ)I
            istore 5 /* result */
        start local 5 // int result
         5: .line 284
            iload 5 /* result */
            ifeq 7
         6: .line 285
            iload 5 /* result */
            ireturn
         7: .line 287
      StackMap locals: int
      StackMap stack:
            aload 2 /* type1 */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NUMERICALLY_INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpne 11
            aload 4 /* type2 */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NUMERICALLY_INDEXED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpne 11
         8: .line 288
            aload 1 /* e1 */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
            lstore 6 /* v1 */
        start local 6 // long v1
         9: .line 289
            aload 3 /* e2 */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
            lstore 8 /* v2 */
        start local 8 // long v2
        10: .line 290
            lload 6 /* v1 */
            lload 8 /* v2 */
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
        end local 8 // long v2
        end local 6 // long v1
        11: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* e1 */
            aload 3 /* e2 */
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 5 // int result
        end local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type2
        end local 3 // java.lang.String e2
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type1
        end local 1 // java.lang.String e1
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   12     1      e1  Ljava/lang/String;
            0   12     2   type1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            0   12     3      e2  Ljava/lang/String;
            0   12     4   type2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            5   12     5  result  I
            9   11     6      v1  J
           10   11     8      v2  J
    MethodParameters:
       Name  Flags
      e1     
      type1  
      e2     
      type2  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // java.lang.Object obj
         0: .line 297
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 298
            iconst_1
            ireturn
         2: .line 300
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 301
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 303
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName
            astore 2 /* other */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName other
         5: .line 304
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            aload 2 /* other */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmpeq 7
         6: .line 305
            iconst_0
            ireturn
         7: .line 307
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.canShortcutWithSource:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;)Z
            ifeq 10
         8: .line 308
            aload 2 /* other */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.canShortcutWithSource:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;)Z
            ifeq 10
         9: .line 309
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.toString:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        10: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.elementsEqual:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ireturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName other
        end local 1 // java.lang.Object obj
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   11     1    obj  Ljava/lang/Object;
            5   11     2  other  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      obj   

  private boolean elementsEqual(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 315
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 316
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            aload 1 /* name */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            iload 2 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.elementDiffers:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
            ifeq 4
         3: .line 317
            iconst_0
            ireturn
         4: .line 315
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            ifge 2
        end local 2 // int i
         6: .line 320
            iconst_1
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    7     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      name  

  private boolean elementDiffers(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, int);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        start local 3 // int i
         0: .line 324
            aload 1 /* e1 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            astore 4 /* type1 */
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type1
         1: .line 325
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            astore 5 /* type2 */
        start local 5 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type2
         2: .line 326
            aload 4 /* type1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.allowsFastEqualityCheck:()Z
            ifeq 6
            aload 5 /* type2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.allowsFastEqualityCheck:()Z
            ifeq 6
         3: .line 327
            aload 0 /* this */
            aload 1 /* e1 */
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.fastElementEquals:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: ireturn
         6: .line 329
      StackMap locals:
      StackMap stack:
            aload 4 /* type1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.allowsDashIgnoringEqualityCheck:()Z
            ifeq 10
            aload 5 /* type2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.allowsDashIgnoringEqualityCheck:()Z
            ifeq 10
         7: .line 330
            aload 0 /* this */
            aload 1 /* e1 */
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.dashIgnoringElementEquals:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
            ifeq 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_1
      StackMap locals:
      StackMap stack: int
         9: ireturn
        10: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e1 */
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.defaultElementEquals:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
            ifeq 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: ireturn
        end local 5 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type2
        end local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType type1
        end local 3 // int i
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   13     1     e1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   13     2     e2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   13     3      i  I
            1   13     4  type1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            2   13     5  type2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      i     

  private boolean fastElementEquals(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, int);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        start local 3 // int i
         0: .line 338
            aload 1 /* e1 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 4 /* length1 */
        start local 4 // int length1
         1: .line 339
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 5 /* length2 */
        start local 5 // int length2
         2: .line 340
            iload 4 /* length1 */
            iload 5 /* length2 */
            if_icmpne 12
         3: .line 341
            iconst_0
            istore 6 /* i1 */
        start local 6 // int i1
         4: .line 342
            goto 10
         5: .line 343
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* e1 */
            iload 3 /* i */
            iload 6 /* i1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 7 /* ch1 */
        start local 7 // char ch1
         6: .line 344
            aload 2 /* e2 */
            iload 3 /* i */
            iload 6 /* i1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 8 /* ch2 */
        start local 8 // char ch2
         7: .line 345
            iload 7 /* ch1 */
            iload 8 /* ch2 */
            if_icmpeq 9
         8: .line 346
            iconst_0
            ireturn
         9: .line 348
      StackMap locals: int int
      StackMap stack:
            iinc 6 /* i1 */ 1
        end local 8 // char ch2
        end local 7 // char ch1
        10: .line 342
      StackMap locals:
      StackMap stack:
            iload 4 /* length1 */
            iinc 4 /* length1 */ -1
            ifne 5
        11: .line 350
            iconst_1
            ireturn
        end local 6 // int i1
        12: .line 352
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // int length2
        end local 4 // int length1
        end local 3 // int i
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   13     1       e1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   13     2       e2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   13     3        i  I
            1   13     4  length1  I
            2   13     5  length2  I
            4   12     6       i1  I
            6   10     7      ch1  C
            7   10     8      ch2  C
    MethodParameters:
      Name  Flags
      e1    
      e2    
      i     

  private boolean dashIgnoringElementEquals(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, int);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        start local 3 // int i
         0: .line 356
            aload 1 /* e1 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 4 /* l1 */
        start local 4 // int l1
         1: .line 357
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 5 /* l2 */
        start local 5 // int l2
         2: .line 358
            iconst_0
            istore 6 /* i1 */
        start local 6 // int i1
         3: .line 359
            iconst_0
            istore 7 /* i2 */
        start local 7 // int i2
         4: .line 360
            goto 19
         5: .line 361
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements int int int int int
      StackMap stack:
            iload 7 /* i2 */
            iload 5 /* l2 */
            if_icmplt 7
         6: .line 362
            iconst_0
            ireturn
         7: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* e1 */
            iload 3 /* i */
            iload 6 /* i1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 8 /* ch1 */
        start local 8 // char ch1
         8: .line 365
            aload 2 /* e2 */
            iload 3 /* i */
            iload 7 /* i2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 9 /* ch2 */
        start local 9 // char ch2
         9: .line 366
            iload 8 /* ch1 */
            bipush 45
            if_icmpne 12
        10: .line 367
            iinc 6 /* i1 */ 1
        11: .line 368
            goto 19
        12: .line 369
      StackMap locals: int int
      StackMap stack:
            iload 9 /* ch2 */
            bipush 45
            if_icmpne 15
        13: .line 370
            iinc 7 /* i2 */ 1
        14: .line 371
            goto 19
        15: .line 372
      StackMap locals:
      StackMap stack:
            iload 8 /* ch1 */
            iload 9 /* ch2 */
            if_icmpeq 17
        16: .line 373
            iconst_0
            ireturn
        17: .line 376
      StackMap locals:
      StackMap stack:
            iinc 6 /* i1 */ 1
        18: .line 377
            iinc 7 /* i2 */ 1
        end local 9 // char ch2
        end local 8 // char ch1
        19: .line 360
      StackMap locals:
      StackMap stack:
            iload 6 /* i1 */
            iload 4 /* l1 */
            if_icmplt 5
        20: .line 380
            iload 7 /* i2 */
            iload 5 /* l2 */
            if_icmpge 28
        21: .line 381
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            ifeq 23
        22: .line 382
            iconst_0
            ireturn
        23: .line 385
      StackMap locals:
      StackMap stack:
            aload 2 /* e2 */
            iload 3 /* i */
            iload 7 /* i2 */
            iinc 7 /* i2 */ 1
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 8 /* ch2 */
        start local 8 // char ch2
        24: .line 386
            iload 8 /* ch2 */
            bipush 45
            if_icmpeq 26
        25: .line 387
            iconst_0
            ireturn
        end local 8 // char ch2
        26: .line 390
      StackMap locals:
      StackMap stack:
            iload 7 /* i2 */
            iload 5 /* l2 */
        27: .line 384
            if_icmplt 23
        28: .line 392
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 7 // int i2
        end local 6 // int i1
        end local 5 // int l2
        end local 4 // int l1
        end local 3 // int i
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   29     1    e1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   29     2    e2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   29     3     i  I
            1   29     4    l1  I
            2   29     5    l2  I
            3   29     6    i1  I
            4   29     7    i2  I
            8   19     8   ch1  C
            9   19     9   ch2  C
           24   26     8   ch2  C
    MethodParameters:
      Name  Flags
      e1    
      e2    
      i     

  private boolean defaultElementEquals(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, int);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        start local 3 // int i
         0: .line 396
            aload 1 /* e1 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 4 /* l1 */
        start local 4 // int l1
         1: .line 397
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 5 /* l2 */
        start local 5 // int l2
         2: .line 398
            aload 1 /* e1 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            istore 6 /* indexed1 */
        start local 6 // boolean indexed1
         3: .line 399
            aload 2 /* e2 */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            istore 7 /* indexed2 */
        start local 7 // boolean indexed2
         4: .line 400
            iconst_0
            istore 8 /* i1 */
        start local 8 // int i1
         5: .line 401
            iconst_0
            istore 9 /* i2 */
        start local 9 // int i2
         6: .line 402
            goto 25
         7: .line 403
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements int int int int int int int
      StackMap stack:
            iload 9 /* i2 */
            iload 5 /* l2 */
            if_icmplt 9
         8: .line 404
            iconst_0
            ireturn
         9: .line 406
      StackMap locals:
      StackMap stack:
            iload 6 /* indexed1 */
            ifeq 10
            aload 1 /* e1 */
            iload 3 /* i */
            iload 8 /* i1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 1 /* e1 */
            iload 3 /* i */
            iload 8 /* i1 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            invokestatic java.lang.Character.toLowerCase:(C)C
      StackMap locals:
      StackMap stack: int
        11: istore 10 /* ch1 */
        start local 10 // char ch1
        12: .line 407
            iload 7 /* indexed2 */
            ifeq 13
            aload 2 /* e2 */
            iload 3 /* i */
            iload 9 /* i2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            goto 14
      StackMap locals: int
      StackMap stack:
        13: aload 2 /* e2 */
            iload 3 /* i */
            iload 9 /* i2 */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            invokestatic java.lang.Character.toLowerCase:(C)C
      StackMap locals:
      StackMap stack: int
        14: istore 11 /* ch2 */
        start local 11 // char ch2
        15: .line 408
            iload 6 /* indexed1 */
            ifne 18
            iload 10 /* ch1 */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isAlphaNumeric:(C)Z
            ifne 18
        16: .line 409
            iinc 8 /* i1 */ 1
        17: .line 410
            goto 25
        18: .line 411
      StackMap locals: int
      StackMap stack:
            iload 7 /* indexed2 */
            ifne 21
            iload 11 /* ch2 */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isAlphaNumeric:(C)Z
            ifne 21
        19: .line 412
            iinc 9 /* i2 */ 1
        20: .line 413
            goto 25
        21: .line 414
      StackMap locals:
      StackMap stack:
            iload 10 /* ch1 */
            iload 11 /* ch2 */
            if_icmpeq 23
        22: .line 415
            iconst_0
            ireturn
        23: .line 418
      StackMap locals:
      StackMap stack:
            iinc 8 /* i1 */ 1
        24: .line 419
            iinc 9 /* i2 */ 1
        end local 11 // char ch2
        end local 10 // char ch1
        25: .line 402
      StackMap locals:
      StackMap stack:
            iload 8 /* i1 */
            iload 4 /* l1 */
            if_icmplt 7
        26: .line 422
            iload 9 /* i2 */
            iload 5 /* l2 */
            if_icmpge 34
        27: .line 423
            iload 7 /* indexed2 */
            ifeq 29
        28: .line 424
            iconst_0
            ireturn
        29: .line 427
      StackMap locals:
      StackMap stack:
            aload 2 /* e2 */
            iload 3 /* i */
            iload 9 /* i2 */
            iinc 9 /* i2 */ 1
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 10 /* ch2 */
        start local 10 // char ch2
        30: .line 428
            iload 10 /* ch2 */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isAlphaNumeric:(C)Z
            ifeq 32
        31: .line 429
            iconst_0
            ireturn
        end local 10 // char ch2
        32: .line 432
      StackMap locals:
      StackMap stack:
            iload 9 /* i2 */
            iload 5 /* l2 */
        33: .line 426
            if_icmplt 29
        34: .line 434
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 9 // int i2
        end local 8 // int i1
        end local 7 // boolean indexed2
        end local 6 // boolean indexed1
        end local 5 // int l2
        end local 4 // int l1
        end local 3 // int i
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e2
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements e1
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   35     0      this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   35     1        e1  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   35     2        e2  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0   35     3         i  I
            1   35     4        l1  I
            2   35     5        l2  I
            3   35     6  indexed1  Z
            4   35     7  indexed2  Z
            5   35     8        i1  I
            6   35     9        i2  I
           12   25    10       ch1  C
           15   25    11       ch2  C
           30   32    10       ch2  C
    MethodParameters:
      Name  Flags
      e1    
      e2    
      i     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 439
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.hashCode:I
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 440
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            astore 2 /* elements */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
         2: .line 441
            iload 1 /* hashCode */
            ifne 21
            aload 2 /* elements */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            ifeq 21
         3: .line 442
            iconst_0
            istore 3 /* elementIndex */
        start local 3 // int elementIndex
         4: goto 19
         5: .line 443
      StackMap locals: int org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements int
      StackMap stack:
            iconst_0
            istore 4 /* elementHashCode */
        start local 4 // int elementHashCode
         6: .line 444
            aload 2 /* elements */
            iload 3 /* elementIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.isIndexed:()Z
            istore 5 /* indexed */
        start local 5 // boolean indexed
         7: .line 445
            aload 2 /* elements */
            iload 3 /* elementIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            istore 6 /* length */
        start local 6 // int length
         8: .line 446
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 16
        10: .line 447
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName int org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements int int int int int
      StackMap stack:
            aload 2 /* elements */
            iload 3 /* elementIndex */
            iload 7 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 8 /* ch */
        start local 8 // char ch
        11: .line 448
            iload 5 /* indexed */
            ifne 13
        12: .line 449
            iload 8 /* ch */
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 8 /* ch */
        13: .line 451
      StackMap locals: int
      StackMap stack:
            iload 8 /* ch */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isAlphaNumeric:(C)Z
            ifeq 15
        14: .line 452
            bipush 31
            iload 4 /* elementHashCode */
            imul
            iload 8 /* ch */
            iadd
            istore 4 /* elementHashCode */
        end local 8 // char ch
        15: .line 446
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 10
        end local 7 // int i
        17: .line 455
            bipush 31
            iload 1 /* hashCode */
            imul
            iload 4 /* elementHashCode */
            iadd
            istore 1 /* hashCode */
        end local 6 // int length
        end local 5 // boolean indexed
        end local 4 // int elementHashCode
        18: .line 442
            iinc 3 /* elementIndex */ 1
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName int org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements int
      StackMap stack:
        19: iload 3 /* elementIndex */
            aload 2 /* elements */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            if_icmplt 5
        end local 3 // int elementIndex
        20: .line 457
            aload 0 /* this */
            iload 1 /* hashCode */
            putfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.hashCode:I
        21: .line 459
      StackMap locals:
      StackMap stack:
            iload 1 /* hashCode */
            ireturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        end local 1 // int hashCode
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1   22     1         hashCode  I
            2   22     2         elements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            4   20     3     elementIndex  I
            6   18     4  elementHashCode  I
            7   18     5          indexed  Z
            8   18     6           length  I
            9   17     7                i  I
           11   15     8               ch  C

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 464
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.string:Ljava/lang/String;
            ifnonnull 2
         1: .line 465
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.buildToString:()Ljava/lang/String;
            putfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.string:Ljava/lang/String;
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.string:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;

  private java.lang.String buildToString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
         0: .line 471
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.canShortcutWithSource:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;)Z
            ifeq 2
         1: .line 472
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationPropertyName.elements:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSource:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
         2: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 1 /* elements */
        start local 1 // int elements
         3: .line 475
            new java.lang.StringBuilder
            dup
            iload 1 /* elements */
            bipush 8
            imul
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* result */
        start local 2 // java.lang.StringBuilder result
         4: .line 476
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 16
         6: .line 477
      StackMap locals: int java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isIndexed:(I)Z
            istore 4 /* indexed */
        start local 4 // boolean indexed
         7: .line 478
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 9
            iload 4 /* indexed */
            ifne 9
         8: .line 479
            aload 2 /* result */
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         9: .line 481
      StackMap locals: int
      StackMap stack:
            iload 4 /* indexed */
            ifeq 14
        10: .line 482
            aload 2 /* result */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        11: .line 483
            aload 2 /* result */
            aload 0 /* this */
            iload 3 /* i */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.ORIGINAL:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getElement:(ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 484
            aload 2 /* result */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        13: .line 485
            goto 15
        14: .line 487
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 0 /* this */
            iload 3 /* i */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.DASHED:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getElement:(ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // boolean indexed
        15: .line 476
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 1 /* elements */
            if_icmplt 6
        end local 3 // int i
        17: .line 490
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder result
        end local 1 // int elements
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            3   18     1  elements  I
            4   18     2    result  Ljava/lang/StringBuilder;
            5   17     3         i  I
            7   15     4   indexed  Z

  public static boolean isValid(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 500
            aload 0 /* name */
            iconst_1
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.of:(Ljava/lang/CharSequence;Z)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public static org.springframework.boot.context.properties.source.ConfigurationPropertyName of(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 510
            aload 0 /* name */
            iconst_0
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.of:(Ljava/lang/CharSequence;Z)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public static org.springframework.boot.context.properties.source.ConfigurationPropertyName ofIfValid(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 521
            aload 0 /* name */
            iconst_1
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.of:(Ljava/lang/CharSequence;Z)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  static org.springframework.boot.context.properties.source.ConfigurationPropertyName of(java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Z)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.CharSequence name
        start local 1 // boolean returnNullIfInvalid
         0: .line 533
            aload 0 /* name */
            iload 1 /* returnNullIfInvalid */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.elementsOf:(Ljava/lang/CharSequence;Z)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            astore 2 /* elements */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
         1: .line 534
            aload 2 /* elements */
            ifnull 2
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName
            dup
            aload 2 /* elements */
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)V
            goto 3
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.source.ConfigurationPropertyName
         3: areturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        end local 1 // boolean returnNullIfInvalid
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 name  Ljava/lang/CharSequence;
            0    4     1  returnNullIfInvalid  Z
            1    4     2             elements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    MethodParameters:
                     Name  Flags
      name                 
      returnNullIfInvalid  

  private static org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements probablySingleElementOf(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 538
            aload 0 /* name */
            iconst_0
            iconst_1
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.elementsOf:(Ljava/lang/CharSequence;ZI)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            areturn
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  private static org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elementsOf(java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Z)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.CharSequence name
        start local 1 // boolean returnNullIfInvalid
         0: .line 542
            aload 0 /* name */
            iload 1 /* returnNullIfInvalid */
            bipush 6
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.elementsOf:(Ljava/lang/CharSequence;ZI)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            areturn
        end local 1 // boolean returnNullIfInvalid
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 name  Ljava/lang/CharSequence;
            0    1     1  returnNullIfInvalid  Z
    MethodParameters:
                     Name  Flags
      name                 
      returnNullIfInvalid  

  private static org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elementsOf(java.lang.CharSequence, boolean, int);
    descriptor: (Ljava/lang/CharSequence;ZI)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // java.lang.CharSequence name
        start local 1 // boolean returnNullIfInvalid
        start local 2 // int parserCapacity
         0: .line 546
            aload 0 /* name */
            ifnonnull 3
         1: .line 547
            iload 1 /* returnNullIfInvalid */
            ldc "Name must not be null"
            invokestatic org.springframework.util.Assert.isTrue:(ZLjava/lang/String;)V
         2: .line 548
            aconst_null
            areturn
         3: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            ifne 5
         4: .line 551
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            areturn
         5: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* name */
            iconst_0
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 46
            if_icmpeq 6
            aload 0 /* name */
            aload 0 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            iconst_1
            isub
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 46
            if_icmpne 9
         6: .line 554
      StackMap locals:
      StackMap stack:
            iload 1 /* returnNullIfInvalid */
            ifeq 8
         7: .line 555
            aconst_null
            areturn
         8: .line 557
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
            dup
            aload 0 /* name */
            bipush 46
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException.<init>:(Ljava/lang/CharSequence;Ljava/util/List;)V
            athrow
         9: .line 559
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser
            dup
            aload 0 /* name */
            bipush 46
            iload 2 /* parserCapacity */
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.<init>:(Ljava/lang/CharSequence;CI)V
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.parse:()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            astore 3 /* elements */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        10: .line 560
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 17
        12: .line 561
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements int
      StackMap stack:
            aload 3 /* elements */
            iload 4 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getType:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType.NON_UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$ElementType;
            if_acmpne 16
        13: .line 562
            iload 1 /* returnNullIfInvalid */
            ifeq 15
        14: .line 563
            aconst_null
            areturn
        15: .line 565
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
            dup
            aload 0 /* name */
            aload 3 /* elements */
            iload 4 /* i */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.getInvalidChars:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Ljava/util/List;
            invokespecial org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException.<init>:(Ljava/lang/CharSequence;Ljava/util/List;)V
            athrow
        16: .line 560
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            aload 3 /* elements */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            if_icmplt 12
        end local 4 // int i
        18: .line 568
            aload 3 /* elements */
            areturn
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        end local 2 // int parserCapacity
        end local 1 // boolean returnNullIfInvalid
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                 name  Ljava/lang/CharSequence;
            0   19     1  returnNullIfInvalid  Z
            0   19     2       parserCapacity  I
           10   19     3             elements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
           11   18     4                    i  I
    MethodParameters:
                     Name  Flags
      name                 
      returnNullIfInvalid  
      parserCapacity       

  private static java.util.List<java.lang.Character> getInvalidChars(org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements, int);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        start local 1 // int index
         0: .line 572
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* invalidChars */
        start local 2 // java.util.List invalidChars
         1: .line 573
            iconst_0
            istore 3 /* charIndex */
        start local 3 // int charIndex
         2: goto 7
         3: .line 574
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* elements */
            iload 1 /* index */
            iload 3 /* charIndex */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.charAt:(II)C
            istore 4 /* ch */
        start local 4 // char ch
         4: .line 575
            iload 4 /* ch */
            iload 3 /* charIndex */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isValidChar:(CI)Z
            ifne 6
         5: .line 576
            aload 2 /* invalidChars */
            iload 4 /* ch */
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // char ch
         6: .line 573
      StackMap locals:
      StackMap stack:
            iinc 3 /* charIndex */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* charIndex */
            aload 0 /* elements */
            iload 1 /* index */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getLength:(I)I
            if_icmplt 3
        end local 3 // int charIndex
         8: .line 579
            aload 2 /* invalidChars */
            areturn
        end local 2 // java.util.List invalidChars
        end local 1 // int index
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0      elements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            0    9     1         index  I
            1    9     2  invalidChars  Ljava/util/List<Ljava/lang/Character;>;
            2    8     3     charIndex  I
            4    6     4            ch  C
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;I)Ljava/util/List<Ljava/lang/Character;>;
    MethodParameters:
          Name  Flags
      elements  
      index     

  public static org.springframework.boot.context.properties.source.ConfigurationPropertyName adapt(java.lang.CharSequence, char);
    descriptor: (Ljava/lang/CharSequence;C)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.CharSequence name
        start local 1 // char separator
         0: .line 590
            aload 0 /* name */
            iload 1 /* separator */
            aconst_null
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.adapt:(Ljava/lang/CharSequence;CLjava/util/function/Function;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 1 // char separator
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       name  Ljava/lang/CharSequence;
            0    1     1  separator  C
    MethodParameters:
           Name  Flags
      name       
      separator  

  static org.springframework.boot.context.properties.source.ConfigurationPropertyName adapt(java.lang.CharSequence, char, java.util.function.Function<java.lang.CharSequence, java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;CLjava/util/function/Function;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // java.lang.CharSequence name
        start local 1 // char separator
        start local 2 // java.util.function.Function elementValueProcessor
         0: .line 608
            aload 0 /* name */
            ldc "Name must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 609
            aload 0 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            ifne 3
         2: .line 610
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
         3: .line 612
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser
            dup
            aload 0 /* name */
            iload 1 /* separator */
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.<init>:(Ljava/lang/CharSequence;C)V
            aload 2 /* elementValueProcessor */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.parse:(Ljava/util/function/Function;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
            astore 3 /* elements */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
         4: .line 613
            aload 3 /* elements */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements.getSize:()I
            ifne 6
         5: .line 614
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
         6: .line 616
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements
      StackMap stack:
            new org.springframework.boot.context.properties.source.ConfigurationPropertyName
            dup
            aload 3 /* elements */
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertyName.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;)V
            areturn
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements elements
        end local 2 // java.util.function.Function elementValueProcessor
        end local 1 // char separator
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   name  Ljava/lang/CharSequence;
            0    7     1              separator  C
            0    7     2  elementValueProcessor  Ljava/util/function/Function<Ljava/lang/CharSequence;Ljava/lang/CharSequence;>;
            4    7     3               elements  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Elements;
    Signature: (Ljava/lang/CharSequence;CLjava/util/function/Function<Ljava/lang/CharSequence;Ljava/lang/CharSequence;>;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
                       Name  Flags
      name                   
      separator              
      elementValueProcessor  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.compareTo:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(char, int);
    descriptor: (CI)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // char ch
        start local 1 // int i
         0: .line 153
            iload 0 /* ch */
            bipush 95
            if_icmpeq 1
            iload 0 /* ch */
            invokestatic java.lang.Character.toLowerCase:(C)C
            iload 1 /* i */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isValidChar:(CI)Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int i
        end local 0 // char ch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ch  C
            0    3     1     i  I

  private static boolean lambda$2(char, int);
    descriptor: (CI)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // char ch
        start local 1 // int i
         0: .line 161
            iload 0 /* ch */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser.isAlphaNumeric:(C)Z
            ireturn
        end local 1 // int i
        end local 0 // char ch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ch  C
            0    1     1     i  I
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
SourceFile: "ConfigurationPropertyName.java"
NestMembers:
  org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementCharPredicate  org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType  org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements  org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser  org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private abstract ElementCharPredicate = org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementCharPredicate of org.springframework.boot.context.properties.source.ConfigurationPropertyName
  private final ElementType = org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementType of org.springframework.boot.context.properties.source.ConfigurationPropertyName
  private Elements = org.springframework.boot.context.properties.source.ConfigurationPropertyName$Elements of org.springframework.boot.context.properties.source.ConfigurationPropertyName
  private ElementsParser = org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementsParser of org.springframework.boot.context.properties.source.ConfigurationPropertyName
  public final Form = org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form of org.springframework.boot.context.properties.source.ConfigurationPropertyName