final class org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper implements org.springframework.boot.context.properties.source.PropertyMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper
  super_class: java.lang.Object
{
  public static final org.springframework.boot.context.properties.source.PropertyMapper INSTANCE;
    descriptor: Lorg/springframework/boot/context/properties/source/PropertyMapper;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper
            dup
            invokespecial org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.<init>:()V
            putstatic org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.INSTANCE:Lorg/springframework/boot/context/properties/source/PropertyMapper;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;

  public java.util.List<java.lang.String> map(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName configurationPropertyName
         0: .line 45
            aload 0 /* this */
            aload 1 /* configurationPropertyName */
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.convertName:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 46
            aload 0 /* this */
            aload 1 /* configurationPropertyName */
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.convertLegacyName:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/lang/String;
            astore 3 /* legacyName */
        start local 3 // java.lang.String legacyName
         2: .line 47
            aload 2 /* name */
            aload 3 /* legacyName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 48
            aload 2 /* name */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
         4: .line 50
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            aload 2 /* name */
            aastore
            dup
            iconst_1
            aload 3 /* legacyName */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 3 // java.lang.String legacyName
        end local 2 // java.lang.String name
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName configurationPropertyName
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    5     0                       this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    5     1  configurationPropertyName  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    5     2                       name  Ljava/lang/String;
            2    5     3                 legacyName  Ljava/lang/String;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
                           Name  Flags
      configurationPropertyName  

  private java.lang.String convertName(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 54
            aload 0 /* this */
            aload 1 /* name */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.convertName:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;I)Ljava/lang/String;
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    1     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      name  

  private java.lang.String convertName(org.springframework.boot.context.properties.source.ConfigurationPropertyName, int);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;I)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // int numberOfElements
         0: .line 58
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* result */
        start local 3 // java.lang.StringBuilder result
         1: .line 59
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 60
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 3 /* result */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 5
         4: .line 61
            aload 3 /* result */
            bipush 95
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 63
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            aload 1 /* name */
            iload 4 /* i */
            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;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 59
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* numberOfElements */
            if_icmplt 3
        end local 4 // int i
         8: .line 65
            aload 3 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder result
        end local 2 // int numberOfElements
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    9     1              name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    9     2  numberOfElements  I
            1    9     3            result  Ljava/lang/StringBuilder;
            2    8     4                 i  I
    MethodParameters:
                  Name  Flags
      name              
      numberOfElements  

  private java.lang.String convertLegacyName(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 69
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* result */
        start local 2 // java.lang.StringBuilder result
         1: .line 70
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 71
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 5
         4: .line 72
            aload 2 /* result */
            bipush 95
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 74
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 0 /* this */
            aload 1 /* name */
            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 org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.convertLegacyNameElement:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 70
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 76
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder result
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    9     1    name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    9     2  result  Ljava/lang/StringBuilder;
            2    8     3       i  I
    MethodParameters:
      Name  Flags
      name  

  private java.lang.Object convertLegacyNameElement(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // java.lang.String element
         0: .line 80
            aload 1 /* element */
            bipush 45
            bipush 95
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String element
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    1     1  element  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      element  

  public org.springframework.boot.context.properties.source.ConfigurationPropertyName map(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // java.lang.String propertySourceName
         0: .line 85
            aload 0 /* this */
            aload 1 /* propertySourceName */
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.convertName:(Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 1 // java.lang.String propertySourceName
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    1     1  propertySourceName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      propertySourceName  

  private org.springframework.boot.context.properties.source.ConfigurationPropertyName convertName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // java.lang.String propertySourceName
         0: .line 90
            aload 1 /* propertySourceName */
            bipush 95
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;)Ljava/util/function/Function;
              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:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper.processElementValue(Ljava/lang/CharSequence;)Ljava/lang/CharSequence; (7)
                  (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.adapt:(Ljava/lang/CharSequence;CLjava/util/function/Function;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         1: areturn
         2: .line 92
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 93
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.EMPTY:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 1 // java.lang.String propertySourceName
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    4     1  propertySourceName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
                    Name  Flags
      propertySourceName  

  private java.lang.CharSequence processElementValue(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // java.lang.CharSequence value
         0: .line 98
            aload 1 /* value */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 2 /* result */
        start local 2 // java.lang.String result
         1: .line 99
            aload 2 /* result */
            invokestatic org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.isNumber:(Ljava/lang/String;)Z
            ifeq 2
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 2 /* result */
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 2 // java.lang.String result
        end local 1 // java.lang.CharSequence value
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    4     1   value  Ljava/lang/CharSequence;
            1    4     2  result  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  private static boolean isNumber(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String string
         0: .line 103
            aload 0 /* string */
            invokevirtual java.lang.String.chars:()Ljava/util/stream/IntStream;
            invokedynamic test()Ljava/util/function/IntPredicate;
              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:
                  (I)Z
                  java/lang/Character.isDigit(I)Z (6)
                  (I)Z
            invokeinterface java.util.stream.IntStream.allMatch:(Ljava/util/function/IntPredicate;)Z
            ireturn
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  public java.util.function.BiPredicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName> getAncestorOfCheck();
    descriptor: ()Ljava/util/function/BiPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
         0: .line 108
            aload 0 /* this */
            invokedynamic test(Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;)Ljava/util/function/BiPredicate;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  org/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper.isAncestorOf(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z (7)
                  (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
    Signature: ()Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  private boolean isAncestorOf(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;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
         0: .line 112
            aload 1 /* name */
            aload 2 /* candidate */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isAncestorOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifne 1
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* candidate */
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.isLegacyAncestorOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    2     1       name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    2     2  candidate  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
           Name  Flags
      name       
      candidate  

  private boolean isLegacyAncestorOf(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;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
         0: .line 116
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.hasDashedEntries:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifne 2
         1: .line 117
            iconst_0
            ireturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.buildLegacyCompatibleName:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 3 /* legacyCompatibleName */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName legacyCompatibleName
         3: .line 120
            aload 3 /* legacyCompatibleName */
            ifnull 4
            aload 3 /* legacyCompatibleName */
            aload 2 /* candidate */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isAncestorOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName
      StackMap stack:
         4: iconst_0
            ireturn
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName legacyCompatibleName
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    5     1                  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    5     2             candidate  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            3    5     3  legacyCompatibleName  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
           Name  Flags
      name       
      candidate  

  private org.springframework.boot.context.properties.source.ConfigurationPropertyName buildLegacyCompatibleName(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 124
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* legacyCompatibleName */
        start local 2 // java.lang.StringBuilder legacyCompatibleName
         1: .line 125
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 126
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            iload 3 /* i */
            ifeq 5
         4: .line 127
            aload 2 /* legacyCompatibleName */
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 129
      StackMap locals:
      StackMap stack:
            aload 2 /* legacyCompatibleName */
            aload 1 /* name */
            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;
            bipush 45
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 125
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 131
            aload 2 /* legacyCompatibleName */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.ofIfValid:(Ljava/lang/CharSequence;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 2 // java.lang.StringBuilder legacyCompatibleName
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    9     1                  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    9     2  legacyCompatibleName  Ljava/lang/StringBuilder;
            2    8     3                     i  I
    MethodParameters:
      Name  Flags
      name  

  boolean hasDashedEntries(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 135
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 136
      StackMap locals: int
      StackMap stack:
            aload 1 /* name */
            iload 2 /* 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;
            bipush 45
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 4
         3: .line 137
            iconst_1
            ireturn
         4: .line 135
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmplt 2
        end local 2 // int i
         6: .line 140
            iconst_0
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper;
            0    7     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "SystemEnvironmentPropertyMapper.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Form = org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form of org.springframework.boot.context.properties.source.ConfigurationPropertyName