class org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
  super_class: java.lang.Object
{
  private static final org.springframework.boot.context.properties.source.ConfigurationPropertyName[] EMPTY_NAMES_ARRAY;
    descriptor: [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.boot.context.properties.source.PropertyMapper[] mappers;
    descriptor: [Lorg/springframework/boot/context/properties/source/PropertyMapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private volatile java.util.Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName, java.util.Set<java.lang.String>> mappings;
    descriptor: Ljava/util/Map;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/Map<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/Set<Ljava/lang/String;>;>;

  private volatile java.util.Map<java.lang.String, org.springframework.boot.context.properties.source.ConfigurationPropertyName> reverseMappings;
    descriptor: Ljava/util/Map;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  private volatile java.util.Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName, java.util.Set<org.springframework.boot.context.properties.source.ConfigurationPropertyName>> descendants;
    descriptor: Ljava/util/Map;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/Map<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/Set<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;>;

  private volatile org.springframework.boot.context.properties.source.ConfigurationPropertyName[] configurationPropertyNames;
    descriptor: [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile java.lang.String[] lastUpdated;
    descriptor: [Ljava/lang/String;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 188
            iconst_0
            anewarray org.springframework.boot.context.properties.source.ConfigurationPropertyName
            putstatic org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.EMPTY_NAMES_ARRAY:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.springframework.boot.context.properties.source.PropertyMapper[], boolean, boolean);
    descriptor: ([Lorg/springframework/boot/context/properties/source/PropertyMapper;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // org.springframework.boot.context.properties.source.PropertyMapper[] mappers
        start local 2 // boolean immutable
        start local 3 // boolean trackDescendants
         0: .line 206
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 207
            aload 0 /* this */
            aload 1 /* mappers */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.mappers:[Lorg/springframework/boot/context/properties/source/PropertyMapper;
         2: .line 208
            aload 0 /* this */
            iload 2 /* immutable */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.immutable:Z
         3: .line 209
            aload 0 /* this */
            iload 3 /* trackDescendants */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.trackDescendants:Z
         4: .line 210
            return
        end local 3 // boolean trackDescendants
        end local 2 // boolean immutable
        end local 1 // org.springframework.boot.context.properties.source.PropertyMapper[] mappers
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    5     1           mappers  [Lorg/springframework/boot/context/properties/source/PropertyMapper;
            0    5     2         immutable  Z
            0    5     3  trackDescendants  Z
    MethodParameters:
                  Name  Flags
      mappers           
      immutable         
      trackDescendants  

  void updateMappings(java.util.function.Supplier<java.lang.String[]>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // java.util.function.Supplier propertyNames
         0: .line 213
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.mappings:Ljava/util/Map;
            ifnull 1
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.immutable:Z
            ifne 7
         1: .line 214
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         2: .line 217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* propertyNames */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.String[]
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.updateMappings:([Ljava/lang/String;)V
         3: .line 218
            return
         4: .line 220
      StackMap locals:
      StackMap stack: java.util.ConcurrentModificationException
            astore 3 /* ex */
        start local 3 // java.util.ConcurrentModificationException ex
         5: .line 221
            iload 2 /* count */
            iinc 2 /* count */ 1
            bipush 10
            if_icmple 2
         6: .line 222
            aload 3 /* ex */
            athrow
        end local 3 // java.util.ConcurrentModificationException ex
        end local 2 // int count
         7: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.function.Supplier propertyNames
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    8     1  propertyNames  Ljava/util/function/Supplier<[Ljava/lang/String;>;
            2    7     2          count  I
            5    7     3             ex  Ljava/util/ConcurrentModificationException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.util.ConcurrentModificationException
    Signature: (Ljava/util/function/Supplier<[Ljava/lang/String;>;)V
    MethodParameters:
               Name  Flags
      propertyNames  

  private void updateMappings(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=16, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // java.lang.String[] propertyNames
         0: .line 230
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.lastUpdated:[Ljava/lang/String;
            astore 2 /* lastUpdated */
        start local 2 // java.lang.String[] lastUpdated
         1: .line 231
            aload 2 /* lastUpdated */
            ifnull 3
            aload 2 /* lastUpdated */
            aload 1 /* propertyNames */
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 3
         2: .line 232
            return
         3: .line 234
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 1 /* propertyNames */
            arraylength
            istore 3 /* size */
        start local 3 // int size
         4: .line 235
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.mappings:Ljava/util/Map;
            iload 3 /* size */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.cloneOrCreate:(Ljava/util/Map;I)Ljava/util/Map;
            astore 4 /* mappings */
        start local 4 // java.util.Map mappings
         5: .line 236
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.reverseMappings:Ljava/util/Map;
            iload 3 /* size */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.cloneOrCreate:(Ljava/util/Map;I)Ljava/util/Map;
            astore 5 /* reverseMappings */
        start local 5 // java.util.Map reverseMappings
         6: .line 237
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.descendants:Ljava/util/Map;
         7: .line 238
            iload 3 /* size */
         8: .line 237
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.cloneOrCreate:(Ljava/util/Map;I)Ljava/util/Map;
            astore 6 /* descendants */
        start local 6 // java.util.Map descendants
         9: .line 239
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.mappers:[Lorg/springframework/boot/context/properties/source/PropertyMapper;
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 23
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[] java.lang.String[] int java.util.Map java.util.Map java.util.Map top int int org.springframework.boot.context.properties.source.PropertyMapper[]
      StackMap stack:
        10: aload 10
            iload 8
            aaload
            astore 7 /* propertyMapper */
        start local 7 // org.springframework.boot.context.properties.source.PropertyMapper propertyMapper
        11: .line 240
            aload 1 /* propertyNames */
            dup
            astore 14
            arraylength
            istore 13
            iconst_0
            istore 12
            goto 21
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[] java.lang.String[] int java.util.Map java.util.Map java.util.Map org.springframework.boot.context.properties.source.PropertyMapper int int org.springframework.boot.context.properties.source.PropertyMapper[] top int int java.lang.String[]
      StackMap stack:
        12: aload 14
            iload 12
            aaload
            astore 11 /* propertyName */
        start local 11 // java.lang.String propertyName
        13: .line 241
            aload 5 /* reverseMappings */
            aload 11 /* propertyName */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 20
        14: .line 242
            aload 7 /* propertyMapper */
            aload 11 /* propertyName */
            invokeinterface org.springframework.boot.context.properties.source.PropertyMapper.map:(Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 15 /* configurationPropertyName */
        start local 15 // org.springframework.boot.context.properties.source.ConfigurationPropertyName configurationPropertyName
        15: .line 243
            aload 15 /* configurationPropertyName */
            ifnull 20
            aload 15 /* configurationPropertyName */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isEmpty:()Z
            ifne 20
        16: .line 244
            aload 0 /* this */
            aload 4 /* mappings */
            aload 15 /* configurationPropertyName */
            aload 11 /* propertyName */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.add:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
        17: .line 245
            aload 5 /* reverseMappings */
            aload 11 /* propertyName */
            aload 15 /* configurationPropertyName */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 246
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.trackDescendants:Z
            ifeq 20
        19: .line 247
            aload 0 /* this */
            aload 6 /* descendants */
            aload 15 /* configurationPropertyName */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.addParents:(Ljava/util/Map;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)V
        end local 15 // org.springframework.boot.context.properties.source.ConfigurationPropertyName configurationPropertyName
        end local 11 // java.lang.String propertyName
        20: .line 240
      StackMap locals:
      StackMap stack:
            iinc 12 1
      StackMap locals:
      StackMap stack:
        21: iload 12
            iload 13
            if_icmplt 12
        end local 7 // org.springframework.boot.context.properties.source.PropertyMapper propertyMapper
        22: .line 239
            iinc 8 1
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[] java.lang.String[] int java.util.Map java.util.Map java.util.Map top int int org.springframework.boot.context.properties.source.PropertyMapper[]
      StackMap stack:
        23: iload 8
            iload 9
            if_icmplt 10
        24: .line 253
            aload 0 /* this */
            aload 4 /* mappings */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.mappings:Ljava/util/Map;
        25: .line 254
            aload 0 /* this */
            aload 5 /* reverseMappings */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.reverseMappings:Ljava/util/Map;
        26: .line 255
            aload 0 /* this */
            aload 6 /* descendants */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.descendants:Ljava/util/Map;
        27: .line 256
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.immutable:Z
            ifeq 28
            aconst_null
            goto 29
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[] java.lang.String[] int java.util.Map java.util.Map java.util.Map
      StackMap stack: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
        28: aload 1 /* propertyNames */
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[] java.lang.String[] int java.util.Map java.util.Map java.util.Map
      StackMap stack: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[]
        29: putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.lastUpdated:[Ljava/lang/String;
        30: .line 257
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.immutable:Z
            ifeq 32
        31: .line 258
            aload 5 /* reverseMappings */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            iconst_0
            anewarray org.springframework.boot.context.properties.source.ConfigurationPropertyName
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName[]
            goto 33
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
        32: aconst_null
        33: .line 257
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings java.lang.String[] java.lang.String[] int java.util.Map java.util.Map java.util.Map
      StackMap stack: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings org.springframework.boot.context.properties.source.ConfigurationPropertyName[]
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.configurationPropertyNames:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
        34: .line 259
            return
        end local 6 // java.util.Map descendants
        end local 5 // java.util.Map reverseMappings
        end local 4 // java.util.Map mappings
        end local 3 // int size
        end local 2 // java.lang.String[] lastUpdated
        end local 1 // java.lang.String[] propertyNames
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   35     0                       this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0   35     1              propertyNames  [Ljava/lang/String;
            1   35     2                lastUpdated  [Ljava/lang/String;
            4   35     3                       size  I
            5   35     4                   mappings  Ljava/util/Map<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/Set<Ljava/lang/String;>;>;
            6   35     5            reverseMappings  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            9   35     6                descendants  Ljava/util/Map<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/Set<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;>;
           11   22     7             propertyMapper  Lorg/springframework/boot/context/properties/source/PropertyMapper;
           13   20    11               propertyName  Ljava/lang/String;
           15   20    15  configurationPropertyName  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
               Name  Flags
      propertyNames  

  private <K, V> java.util.Map<K, V> cloneOrCreate(java.util.Map<K, V>, int);
    descriptor: (Ljava/util/Map;I)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // java.util.Map source
        start local 2 // int size
         0: .line 262
            aload 1 /* source */
            ifnull 1
            new java.util.LinkedHashMap
            dup
            aload 1 /* source */
            invokespecial java.util.LinkedHashMap.<init>:(Ljava/util/Map;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.util.LinkedHashMap
            dup
            iload 2 /* size */
            invokespecial java.util.LinkedHashMap.<init>:(I)V
      StackMap locals:
      StackMap stack: java.util.LinkedHashMap
         2: areturn
        end local 2 // int size
        end local 1 // java.util.Map source
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    3     1  source  Ljava/util/Map<TK;TV;>;
            0    3     2    size  I
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;I)Ljava/util/Map<TK;TV;>;
    MethodParameters:
        Name  Flags
      source  
      size    

  private void addParents(java.util.Map<org.springframework.boot.context.properties.source.ConfigurationPropertyName, java.util.Set<org.springframework.boot.context.properties.source.ConfigurationPropertyName>>, org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Ljava/util/Map;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // java.util.Map descendants
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 267
            aload 2 /* name */
            astore 3 /* parent */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName parent
         1: .line 268
            goto 4
         2: .line 269
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName
      StackMap stack:
            aload 0 /* this */
            aload 1 /* descendants */
            aload 3 /* parent */
            aload 2 /* name */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.add:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 270
            aload 3 /* parent */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getParent:()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 3 /* parent */
         4: .line 268
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isEmpty:()Z
            ifeq 2
         5: .line 272
            return
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName parent
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 1 // java.util.Map descendants
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    6     1  descendants  Ljava/util/Map<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/Set<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;>;
            0    6     2         name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    6     3       parent  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    Signature: (Ljava/util/Map<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/Set<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;>;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)V
    MethodParameters:
             Name  Flags
      descendants  
      name         

  private <K, T> void add(java.util.Map<K, java.util.Set<T>>, K, );
    descriptor: (Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // java.util.Map map
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 275
            aload 1 /* map */
            aload 2 /* key */
            invokedynamic apply()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/SpringIterableConfigurationPropertySource$Mappings.lambda$0(Ljava/lang/Object;)Ljava/util/Set; (6)
                  (Ljava/lang/Object;)Ljava/util/Set;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast java.util.Set
            aload 3 /* value */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 276
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // java.util.Map map
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    2     1    map  Ljava/util/Map<TK;Ljava/util/Set<TT;>;>;
            0    2     2    key  TK;
            0    2     3  value  TT;
    Signature: <K:Ljava/lang/Object;T:Ljava/lang/Object;>(Ljava/util/Map<TK;Ljava/util/Set<TT;>;>;TK;TT;)V
    MethodParameters:
       Name  Flags
      map    
      key    
      value  

  java.util.Set<java.lang.String> getMapped(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName configurationPropertyName
         0: .line 279
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.mappings:Ljava/util/Map;
            aload 1 /* configurationPropertyName */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            invokeinterface java.util.Map.getOrDefault:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Set
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName configurationPropertyName
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    1     1  configurationPropertyName  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/Set<Ljava/lang/String;>;
    MethodParameters:
                           Name  Flags
      configurationPropertyName  

  org.springframework.boot.context.properties.source.ConfigurationPropertyName[] getConfigurationPropertyNames(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // java.lang.String[] propertyNames
         0: .line 283
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.configurationPropertyNames:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 2 /* names */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names
         1: .line 284
            aload 2 /* names */
            ifnull 3
         2: .line 285
            aload 2 /* names */
            areturn
         3: .line 287
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName[]
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.reverseMappings:Ljava/util/Map;
            astore 3 /* reverseMappings */
        start local 3 // java.util.Map reverseMappings
         4: .line 288
            aload 3 /* reverseMappings */
            ifnull 5
            aload 3 /* reverseMappings */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 6
         5: .line 289
      StackMap locals: java.util.Map
      StackMap stack:
            getstatic org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.EMPTY_NAMES_ARRAY:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
         6: .line 291
      StackMap locals:
      StackMap stack:
            aload 1 /* propertyNames */
            arraylength
            anewarray org.springframework.boot.context.properties.source.ConfigurationPropertyName
            astore 2 /* names */
         7: .line 292
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 293
      StackMap locals: int
      StackMap stack:
            aload 2 /* names */
            iload 4 /* i */
            aload 3 /* reverseMappings */
            aload 1 /* propertyNames */
            iload 4 /* i */
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName
            aastore
        10: .line 292
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 1 /* propertyNames */
            arraylength
            if_icmplt 9
        end local 4 // int i
        12: .line 295
            aload 2 /* names */
            areturn
        end local 3 // java.util.Map reverseMappings
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names
        end local 1 // java.lang.String[] propertyNames
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0   13     1    propertyNames  [Ljava/lang/String;
            1   13     2            names  [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            4   13     3  reverseMappings  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            8   12     4                i  I
    MethodParameters:
               Name  Flags
      propertyNames  

  org.springframework.boot.context.properties.source.ConfigurationPropertyState containsDescendantOf(org.springframework.boot.context.properties.source.ConfigurationPropertyName, java.util.function.BiPredicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName>);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/function/BiPredicate;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // java.util.function.BiPredicate ancestorOfCheck
         0: .line 300
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isEmpty:()Z
            ifeq 2
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.descendants:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 2
         1: .line 301
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.PRESENT:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            areturn
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.descendants:Ljava/util/Map;
            aload 1 /* name */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            invokeinterface java.util.Map.getOrDefault:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Set
            astore 3 /* candidates */
        start local 3 // java.util.Set candidates
         3: .line 304
            aload 3 /* candidates */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings org.springframework.boot.context.properties.source.ConfigurationPropertyName java.util.function.BiPredicate java.util.Set top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName
            astore 4 /* candidate */
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
         5: .line 305
            aload 2 /* ancestorOfCheck */
            aload 1 /* name */
            aload 4 /* candidate */
            invokeinterface java.util.function.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         6: .line 306
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.PRESENT:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            areturn
        end local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
         7: .line 304
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 309
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.ABSENT:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            areturn
        end local 3 // java.util.Set candidates
        end local 2 // java.util.function.BiPredicate ancestorOfCheck
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            0    9     1             name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    9     2  ancestorOfCheck  Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            3    9     3       candidates  Ljava/util/Set<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            5    7     4        candidate  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
    MethodParameters:
                 Name  Flags
      name             
      ancestorOfCheck  

  private static java.util.Set lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/Set;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object k
         0: .line 275
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            areturn
        end local 0 // java.lang.Object k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     k  TK;
}
SourceFile: "SpringIterableConfigurationPropertySource.java"
NestHost: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private Mappings = org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings of org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource