class org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource extends org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource implements org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource
  super_class: org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource
{
  void <init>(org.springframework.boot.context.properties.source.IterableConfigurationPropertySource, java.util.function.Predicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName>);
    descriptor: (Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;Ljava/util/function/Predicate;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
        start local 1 // org.springframework.boot.context.properties.source.IterableConfigurationPropertySource source
        start local 2 // java.util.function.Predicate filter
         0: .line 33
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* filter */
            invokespecial org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Ljava/util/function/Predicate;)V
         1: .line 34
            return
        end local 2 // java.util.function.Predicate filter
        end local 1 // org.springframework.boot.context.properties.source.IterableConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/boot/context/properties/source/FilteredIterableConfigurationPropertiesSource;
            0    2     1  source  Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;
            0    2     2  filter  Ljava/util/function/Predicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    Signature: (Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;Ljava/util/function/Predicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;)V
    MethodParameters:
        Name  Flags
      source  
      filter  

  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=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
         0: .line 38
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource.getSource:()Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;
            invokeinterface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource.getFilter:()Ljava/util/function/Predicate;
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/FilteredIterableConfigurationPropertiesSource;
    Signature: ()Ljava/util/stream/Stream<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  protected org.springframework.boot.context.properties.source.IterableConfigurationPropertySource getSource();
    descriptor: ()Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
         0: .line 43
            aload 0 /* this */
            invokespecial org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource.getSource:()Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            checkcast org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
            areturn
        end local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/FilteredIterableConfigurationPropertiesSource;

  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=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 48
            aload 0 /* this */
            aload 1 /* name */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)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
                  org/springframework/boot/context/properties/source/ConfigurationPropertyName.isAncestorOf(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z (5)
                  (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.search:(Ljava/lang/Iterable;Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/FilteredIterableConfigurationPropertiesSource;
            0    1     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      name  

  protected org.springframework.boot.context.properties.source.ConfigurationPropertySource getSource();
    descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    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.FilteredIterableConfigurationPropertiesSource.getSource:()Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FilteredIterableConfigurationPropertiesSource.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles