class org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource extends org.springframework.boot.context.properties.source.SpringConfigurationPropertySource implements org.springframework.boot.context.properties.source.IterableConfigurationPropertySource, org.springframework.boot.context.properties.source.CachingConfigurationPropertySource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource
  super_class: org.springframework.boot.context.properties.source.SpringConfigurationPropertySource
{
  private final java.util.function.BiPredicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName> ancestorOfCheck;
    descriptor: Ljava/util/function/BiPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  private final org.springframework.boot.context.properties.source.SoftReferenceConfigurationPropertyCache<org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings> cache;
    descriptor: Lorg/springframework/boot/context/properties/source/SoftReferenceConfigurationPropertyCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/boot/context/properties/source/SoftReferenceConfigurationPropertyCache<Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;>;

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

  void <init>(org.springframework.core.env.EnumerablePropertySource<?>, org.springframework.boot.context.properties.source.PropertyMapper[]);
    descriptor: (Lorg/springframework/core/env/EnumerablePropertySource;[Lorg/springframework/boot/context/properties/source/PropertyMapper;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
        start local 1 // org.springframework.core.env.EnumerablePropertySource propertySource
        start local 2 // org.springframework.boot.context.properties.source.PropertyMapper[] mappers
         0: .line 63
            aload 0 /* this */
            aload 1 /* propertySource */
            aload 2 /* mappers */
            invokespecial org.springframework.boot.context.properties.source.SpringConfigurationPropertySource.<init>:(Lorg/springframework/core/env/PropertySource;[Lorg/springframework/boot/context/properties/source/PropertyMapper;)V
         1: .line 64
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.assertEnumerablePropertySource:()V
         2: .line 65
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* mappers */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getAncestorOfCheck:([Lorg/springframework/boot/context/properties/source/PropertyMapper;)Ljava/util/function/BiPredicate;
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.ancestorOfCheck:Ljava/util/function/BiPredicate;
         3: .line 66
            aload 0 /* this */
            new org.springframework.boot.context.properties.source.SoftReferenceConfigurationPropertyCache
            dup
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.isImmutablePropertySource:()Z
            invokespecial org.springframework.boot.context.properties.source.SoftReferenceConfigurationPropertyCache.<init>:(Z)V
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.cache:Lorg/springframework/boot/context/properties/source/SoftReferenceConfigurationPropertyCache;
         4: .line 67
            return
        end local 2 // org.springframework.boot.context.properties.source.PropertyMapper[] mappers
        end local 1 // org.springframework.core.env.EnumerablePropertySource propertySource
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            0    5     1  propertySource  Lorg/springframework/core/env/EnumerablePropertySource<*>;
            0    5     2         mappers  [Lorg/springframework/boot/context/properties/source/PropertyMapper;
    Signature: (Lorg/springframework/core/env/EnumerablePropertySource<*>;[Lorg/springframework/boot/context/properties/source/PropertyMapper;)V
    MethodParameters:
                Name  Flags
      propertySource  
      mappers         

  private java.util.function.BiPredicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName> getAncestorOfCheck(org.springframework.boot.context.properties.source.PropertyMapper[]);
    descriptor: ([Lorg/springframework/boot/context/properties/source/PropertyMapper;)Ljava/util/function/BiPredicate;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.PropertyMapper[] mappers
         0: .line 71
            aload 1 /* mappers */
            iconst_0
            aaload
         1: .line 72
            invokeinterface org.springframework.boot.context.properties.source.PropertyMapper.getAncestorOfCheck:()Ljava/util/function/BiPredicate;
         2: .line 71
            astore 2 /* ancestorOfCheck */
        start local 2 // java.util.function.BiPredicate ancestorOfCheck
         3: .line 73
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 74
      StackMap locals: java.util.function.BiPredicate int
      StackMap stack:
            aload 2 /* ancestorOfCheck */
            aload 1 /* mappers */
            iload 3 /* i */
            aaload
            invokeinterface org.springframework.boot.context.properties.source.PropertyMapper.getAncestorOfCheck:()Ljava/util/function/BiPredicate;
            invokeinterface java.util.function.BiPredicate.or:(Ljava/util/function/BiPredicate;)Ljava/util/function/BiPredicate;
            astore 2 /* ancestorOfCheck */
         6: .line 73
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* mappers */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 76
            aload 2 /* ancestorOfCheck */
            areturn
        end local 2 // java.util.function.BiPredicate ancestorOfCheck
        end local 1 // org.springframework.boot.context.properties.source.PropertyMapper[] mappers
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            0    9     1          mappers  [Lorg/springframework/boot/context/properties/source/PropertyMapper;
            3    9     2  ancestorOfCheck  Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            4    8     3                i  I
    Signature: ([Lorg/springframework/boot/context/properties/source/PropertyMapper;)Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    MethodParameters:
         Name  Flags
      mappers  

  private void assertEnumerablePropertySource();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 80
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            instanceof org.springframework.core.env.MapPropertySource
            ifeq 5
         1: .line 82
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            checkcast org.springframework.core.env.MapPropertySource
            invokevirtual org.springframework.core.env.MapPropertySource.getSource:()Ljava/lang/Object;
            checkcast java.util.Map
            invokeinterface java.util.Map.size:()I
            pop
         2: .line 83
            goto 5
         3: .line 84
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
            pop
         4: .line 85
            new java.lang.IllegalArgumentException
            dup
            ldc "PropertySource must be fully enumerable"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.UnsupportedOperationException

  public org.springframework.boot.context.properties.source.ConfigurationPropertyCaching getCaching();
    descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyCaching;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 92
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.cache:Lorg/springframework/boot/context/properties/source/SoftReferenceConfigurationPropertyCache;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;

  public org.springframework.boot.context.properties.source.ConfigurationProperty getConfigurationProperty(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 97
            aload 1 /* name */
            ifnonnull 2
         1: .line 98
            aconst_null
            areturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.springframework.boot.context.properties.source.SpringConfigurationPropertySource.getConfigurationProperty:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            astore 2 /* configurationProperty */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationProperty configurationProperty
         3: .line 101
            aload 2 /* configurationProperty */
            ifnull 5
         4: .line 102
            aload 2 /* configurationProperty */
            areturn
         5: .line 104
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationProperty
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getMappings:()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.getMapped:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationProperty top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* candidate */
        start local 3 // java.lang.String candidate
         7: .line 105
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            aload 3 /* candidate */
            invokevirtual org.springframework.core.env.EnumerablePropertySource.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         8: .line 106
            aload 5 /* value */
            ifnull 11
         9: .line 107
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            aload 3 /* candidate */
            invokestatic org.springframework.boot.origin.PropertySourceOrigin.get:(Lorg/springframework/core/env/PropertySource;Ljava/lang/String;)Lorg/springframework/boot/origin/Origin;
            astore 6 /* origin */
        start local 6 // org.springframework.boot.origin.Origin origin
        10: .line 108
            aload 1 /* name */
            aload 5 /* value */
            aload 6 /* origin */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationProperty.of:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/lang/Object;Lorg/springframework/boot/origin/Origin;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            areturn
        end local 6 // org.springframework.boot.origin.Origin origin
        end local 5 // java.lang.Object value
        end local 3 // java.lang.String candidate
        11: .line 104
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        12: .line 111
            aconst_null
            areturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationProperty configurationProperty
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            0   13     1                   name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            3   13     2  configurationProperty  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            7   11     3              candidate  Ljava/lang/String;
            8   11     5                  value  Ljava/lang/Object;
           10   11     6                 origin  Lorg/springframework/boot/origin/Origin;
    MethodParameters:
      Name  Flags
      name  

  public java.util.stream.Stream<org.springframework.boot.context.properties.source.ConfigurationPropertyName> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 116
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getConfigurationPropertyNames:()[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 1 /* names */
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names
         1: .line 117
            aload 1 /* names */
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  java/util/Objects.nonNull(Ljava/lang/Object;)Z (6)
                  (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            1    2     1  names  [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    Signature: ()Ljava/util/stream/Stream<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  public java.util.Iterator<org.springframework.boot.context.properties.source.ConfigurationPropertyName> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 122
            new org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator
            dup
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getConfigurationPropertyNames:()[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokespecial org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.<init>:([Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)V
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
    Signature: ()Ljava/util/Iterator<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  public org.springframework.boot.context.properties.source.ConfigurationPropertyState containsDescendantOf(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 127
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.springframework.boot.context.properties.source.SpringConfigurationPropertySource.containsDescendantOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            astore 2 /* result */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyState result
         1: .line 128
            aload 2 /* result */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.UNKNOWN:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            if_acmpeq 3
         2: .line 129
            aload 2 /* result */
            areturn
         3: .line 131
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyState
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.ancestorOfCheck:Ljava/util/function/BiPredicate;
            getstatic org.springframework.boot.context.properties.source.PropertyMapper.DEFAULT_ANCESTOR_OF_CHECK:Ljava/util/function/BiPredicate;
            if_acmpne 5
         4: .line 132
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getMappings:()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            aload 1 /* name */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.ancestorOfCheck:Ljava/util/function/BiPredicate;
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.containsDescendantOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/util/function/BiPredicate;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            areturn
         5: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getConfigurationPropertyNames:()[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 3 /* candidates */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] candidates
         6: .line 135
            aload 3 /* candidates */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.source.ConfigurationPropertyState org.springframework.boot.context.properties.source.ConfigurationPropertyName[] top int int org.springframework.boot.context.properties.source.ConfigurationPropertyName[]
      StackMap stack:
         7: aload 7
            iload 5
            aaload
            astore 4 /* candidate */
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName candidate
         8: .line 136
            aload 4 /* candidate */
            ifnull 10
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.ancestorOfCheck:Ljava/util/function/BiPredicate;
            aload 1 /* name */
            aload 4 /* candidate */
            invokeinterface java.util.function.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         9: .line 137
            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
        10: .line 135
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 140
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.ABSENT:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            areturn
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] candidates
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyState result
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            0   13     1        name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1   13     2      result  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            6   13     3  candidates  [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            8   10     4   candidate  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      name  

  private org.springframework.boot.context.properties.source.ConfigurationPropertyName[] getConfigurationPropertyNames();
    descriptor: ()[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 144
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.isImmutablePropertySource:()Z
            ifne 2
         1: .line 145
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getMappings:()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            invokevirtual org.springframework.core.env.EnumerablePropertySource.getPropertyNames:()[Ljava/lang/String;
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.getConfigurationPropertyNames:([Ljava/lang/String;)[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.configurationPropertyNames:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 1 /* configurationPropertyNames */
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] configurationPropertyNames
         3: .line 148
            aload 1 /* configurationPropertyNames */
            ifnonnull 8
         4: .line 149
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getMappings:()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
         5: .line 150
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            invokevirtual org.springframework.core.env.EnumerablePropertySource.getPropertyNames:()[Ljava/lang/String;
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.getConfigurationPropertyNames:([Ljava/lang/String;)[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         6: .line 149
            astore 1 /* configurationPropertyNames */
         7: .line 151
            aload 0 /* this */
            aload 1 /* configurationPropertyNames */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.configurationPropertyNames:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         8: .line 153
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName[]
      StackMap stack:
            aload 1 /* configurationPropertyNames */
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] configurationPropertyNames
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    9     0                        this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            3    9     1  configurationPropertyNames  [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;

  private org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings getMappings();
    descriptor: ()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 157
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.cache:Lorg/springframework/boot/context/properties/source/SoftReferenceConfigurationPropertyCache;
            aload 0 /* this */
            invokedynamic get(Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;)Ljava/util/function/Supplier;
              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;
                  org/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource.createMappings()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings; (7)
                  ()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;)Ljava/util/function/UnaryOperator;
              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.updateMappings(Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;)Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings; (7)
                  (Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;)Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
            invokevirtual org.springframework.boot.context.properties.source.SoftReferenceConfigurationPropertyCache.get:(Ljava/util/function/Supplier;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;

  private org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings createMappings();
    descriptor: ()Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 161
            new org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
            dup
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getMappers:()[Lorg/springframework/boot/context/properties/source/PropertyMapper;
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.isImmutablePropertySource:()Z
         1: .line 162
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.ancestorOfCheck:Ljava/util/function/BiPredicate;
            getstatic org.springframework.boot.context.properties.source.PropertyMapper.DEFAULT_ANCESTOR_OF_CHECK:Ljava/util/function/BiPredicate;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource
      StackMap stack: new 0 new 0 org.springframework.boot.context.properties.source.PropertyMapper[] int
         2: iconst_0
         3: .line 161
      StackMap locals: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource
      StackMap stack: new 0 new 0 org.springframework.boot.context.properties.source.PropertyMapper[] int int
            invokespecial org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.<init>:([Lorg/springframework/boot/context/properties/source/PropertyMapper;ZZ)V
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;

  private org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings updateMappings(org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings);
    descriptor: (Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;)Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings mappings
         0: .line 166
            aload 1 /* mappings */
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Lorg/springframework/core/env/EnumerablePropertySource;)Ljava/util/function/Supplier;
              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;
                  org/springframework/core/env/EnumerablePropertySource.getPropertyNames()[Ljava/lang/String; (5)
                  ()[Ljava/lang/String;
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings.updateMappings:(Ljava/util/function/Supplier;)V
         1: .line 167
            aload 1 /* mappings */
            areturn
        end local 1 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings mappings
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            0    2     1  mappings  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$Mappings;
    MethodParameters:
          Name  Flags
      mappings  

  private boolean isImmutablePropertySource();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 171
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            astore 1 /* source */
        start local 1 // org.springframework.core.env.EnumerablePropertySource source
         1: .line 172
            aload 1 /* source */
            instanceof org.springframework.boot.origin.OriginLookup
            ifeq 3
         2: .line 173
            aload 1 /* source */
            checkcast org.springframework.boot.origin.OriginLookup
            invokeinterface org.springframework.boot.origin.OriginLookup.isImmutable:()Z
            ireturn
         3: .line 175
      StackMap locals: org.springframework.core.env.EnumerablePropertySource
      StackMap stack:
            ldc "systemEnvironment"
            aload 1 /* source */
            invokevirtual org.springframework.core.env.EnumerablePropertySource.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 176
            aload 1 /* source */
            invokevirtual org.springframework.core.env.EnumerablePropertySource.getSource:()Ljava/lang/Object;
            invokestatic java.lang.System.getenv:()Ljava/util/Map;
            if_acmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 178
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.springframework.core.env.EnumerablePropertySource source
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
            1    7     1  source  Lorg/springframework/core/env/EnumerablePropertySource<*>;

  protected org.springframework.core.env.EnumerablePropertySource<?> getPropertySource();
    descriptor: ()Lorg/springframework/core/env/EnumerablePropertySource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
         0: .line 183
            aload 0 /* this */
            invokespecial org.springframework.boot.context.properties.source.SpringConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/PropertySource;
            checkcast org.springframework.core.env.EnumerablePropertySource
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource;
    Signature: ()Lorg/springframework/core/env/EnumerablePropertySource<*>;

  protected org.springframework.core.env.PropertySource getPropertySource();
    descriptor: ()Lorg/springframework/core/env/PropertySource;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.getPropertySource:()Lorg/springframework/core/env/EnumerablePropertySource;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SpringIterableConfigurationPropertySource.java"
NestMembers:
  org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator  org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private ConfigurationPropertyNamesIterator = org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator of org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource
  private Mappings = org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Mappings of org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource