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

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

  public static boolean isAttachedConfigurationPropertySource(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.env.PropertySource propertySource
         0: .line 55
            ldc "configurationProperties"
            aload 0 /* propertySource */
            invokevirtual org.springframework.core.env.PropertySource.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.springframework.core.env.PropertySource propertySource
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0  propertySource  Lorg/springframework/core/env/PropertySource<*>;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Z
    MethodParameters:
                Name  Flags
      propertySource  

  public static void attach(org.springframework.core.env.Environment);
    descriptor: (Lorg/springframework/core/env/Environment;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.springframework.core.env.Environment environment
         0: .line 72
            ldc Lorg/springframework/core/env/ConfigurableEnvironment;
            aload 0 /* environment */
            invokestatic org.springframework.util.Assert.isInstanceOf:(Ljava/lang/Class;Ljava/lang/Object;)V
         1: .line 73
            aload 0 /* environment */
            checkcast org.springframework.core.env.ConfigurableEnvironment
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            astore 1 /* sources */
        start local 1 // org.springframework.core.env.MutablePropertySources sources
         2: .line 74
            aload 1 /* sources */
            ldc "configurationProperties"
            invokevirtual org.springframework.core.env.MutablePropertySources.get:(Ljava/lang/String;)Lorg/springframework/core/env/PropertySource;
            astore 2 /* attached */
        start local 2 // org.springframework.core.env.PropertySource attached
         3: .line 75
            aload 2 /* attached */
            ifnull 6
            aload 2 /* attached */
            invokevirtual org.springframework.core.env.PropertySource.getSource:()Ljava/lang/Object;
            aload 1 /* sources */
            if_acmpeq 6
         4: .line 76
            aload 1 /* sources */
            ldc "configurationProperties"
            invokevirtual org.springframework.core.env.MutablePropertySources.remove:(Ljava/lang/String;)Lorg/springframework/core/env/PropertySource;
            pop
         5: .line 77
            aconst_null
            astore 2 /* attached */
         6: .line 79
      StackMap locals: org.springframework.core.env.MutablePropertySources org.springframework.core.env.PropertySource
      StackMap stack:
            aload 2 /* attached */
            ifnonnull 10
         7: .line 80
            aload 1 /* sources */
            new org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
            dup
            ldc "configurationProperties"
         8: .line 81
            new org.springframework.boot.context.properties.source.SpringConfigurationPropertySources
            dup
            aload 1 /* sources */
            invokespecial org.springframework.boot.context.properties.source.SpringConfigurationPropertySources.<init>:(Ljava/lang/Iterable;)V
            invokespecial org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource.<init>:(Ljava/lang/String;Ljava/lang/Iterable;)V
         9: .line 80
            invokevirtual org.springframework.core.env.MutablePropertySources.addFirst:(Lorg/springframework/core/env/PropertySource;)V
        10: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.springframework.core.env.PropertySource attached
        end local 1 // org.springframework.core.env.MutablePropertySources sources
        end local 0 // org.springframework.core.env.Environment environment
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0  environment  Lorg/springframework/core/env/Environment;
            2   11     1      sources  Lorg/springframework/core/env/MutablePropertySources;
            3   11     2     attached  Lorg/springframework/core/env/PropertySource<*>;
    MethodParameters:
             Name  Flags
      environment  

  public static java.lang.Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource> get(org.springframework.core.env.Environment);
    descriptor: (Lorg/springframework/core/env/Environment;)Ljava/lang/Iterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.springframework.core.env.Environment environment
         0: .line 95
            ldc Lorg/springframework/core/env/ConfigurableEnvironment;
            aload 0 /* environment */
            invokestatic org.springframework.util.Assert.isInstanceOf:(Ljava/lang/Class;Ljava/lang/Object;)V
         1: .line 96
            aload 0 /* environment */
            checkcast org.springframework.core.env.ConfigurableEnvironment
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            astore 1 /* sources */
        start local 1 // org.springframework.core.env.MutablePropertySources sources
         2: .line 97
            aload 1 /* sources */
         3: .line 98
            ldc "configurationProperties"
            invokevirtual org.springframework.core.env.MutablePropertySources.get:(Ljava/lang/String;)Lorg/springframework/core/env/PropertySource;
         4: .line 97
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
            astore 2 /* attached */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource attached
         5: .line 99
            aload 2 /* attached */
            ifnonnull 7
         6: .line 100
            aload 1 /* sources */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertySources.from:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
            areturn
         7: .line 102
      StackMap locals: org.springframework.core.env.MutablePropertySources org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
      StackMap stack:
            aload 2 /* attached */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource.getSource:()Ljava/lang/Object;
            checkcast java.lang.Iterable
            areturn
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource attached
        end local 1 // org.springframework.core.env.MutablePropertySources sources
        end local 0 // org.springframework.core.env.Environment environment
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0  environment  Lorg/springframework/core/env/Environment;
            2    8     1      sources  Lorg/springframework/core/env/MutablePropertySources;
            5    8     2     attached  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySourcesPropertySource;
    Signature: (Lorg/springframework/core/env/Environment;)Ljava/lang/Iterable<Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;>;
    MethodParameters:
             Name  Flags
      environment  

  public static java.lang.Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource> from(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Ljava/lang/Iterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.env.PropertySource source
         0: .line 113
            aload 0 /* source */
            invokestatic org.springframework.boot.context.properties.source.SpringConfigurationPropertySource.from:(Lorg/springframework/core/env/PropertySource;)Lorg/springframework/boot/context/properties/source/SpringConfigurationPropertySource;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // org.springframework.core.env.PropertySource source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  source  Lorg/springframework/core/env/PropertySource<*>;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Ljava/lang/Iterable<Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;>;
    MethodParameters:
        Name  Flags
      source  

  public static java.lang.Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource> from(java.lang.Iterable<org.springframework.core.env.PropertySource<?>>);
    descriptor: (Ljava/lang/Iterable;)Ljava/lang/Iterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable sources
         0: .line 130
            new org.springframework.boot.context.properties.source.SpringConfigurationPropertySources
            dup
            aload 0 /* sources */
            invokespecial org.springframework.boot.context.properties.source.SpringConfigurationPropertySources.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // java.lang.Iterable sources
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  sources  Ljava/lang/Iterable<Lorg/springframework/core/env/PropertySource<*>;>;
    Signature: (Ljava/lang/Iterable<Lorg/springframework/core/env/PropertySource<*>;>;)Ljava/lang/Iterable<Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;>;
    MethodParameters:
         Name  Flags
      sources  

  private static java.util.stream.Stream<org.springframework.core.env.PropertySource<?>> streamPropertySources(org.springframework.core.env.PropertySources);
    descriptor: (Lorg/springframework/core/env/PropertySources;)Ljava/util/stream/Stream;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.env.PropertySources sources
         0: .line 134
            aload 0 /* sources */
            invokeinterface org.springframework.core.env.PropertySources.stream:()Ljava/util/stream/Stream;
            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/ConfigurationPropertySources.flatten(Lorg/springframework/core/env/PropertySource;)Ljava/util/stream/Stream; (6)
                  (Lorg/springframework/core/env/PropertySource;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         1: .line 135
            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
                  org/springframework/boot/context/properties/source/ConfigurationPropertySources.isIncluded(Lorg/springframework/core/env/PropertySource;)Z (6)
                  (Lorg/springframework/core/env/PropertySource;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         2: .line 134
            areturn
        end local 0 // org.springframework.core.env.PropertySources sources
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  sources  Lorg/springframework/core/env/PropertySources;
    Signature: (Lorg/springframework/core/env/PropertySources;)Ljava/util/stream/Stream<Lorg/springframework/core/env/PropertySource<*>;>;
    MethodParameters:
         Name  Flags
      sources  

  private static java.util.stream.Stream<org.springframework.core.env.PropertySource<?>> flatten(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Ljava/util/stream/Stream;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.env.PropertySource source
         0: .line 139
            aload 0 /* source */
            invokevirtual org.springframework.core.env.PropertySource.getSource:()Ljava/lang/Object;
            instanceof org.springframework.core.env.ConfigurableEnvironment
            ifeq 2
         1: .line 140
            aload 0 /* source */
            invokevirtual org.springframework.core.env.PropertySource.getSource:()Ljava/lang/Object;
            checkcast org.springframework.core.env.ConfigurableEnvironment
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertySources.streamPropertySources:(Lorg/springframework/core/env/PropertySources;)Ljava/util/stream/Stream;
            areturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            invokestatic java.util.stream.Stream.of:(Ljava/lang/Object;)Ljava/util/stream/Stream;
            areturn
        end local 0 // org.springframework.core.env.PropertySource source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  source  Lorg/springframework/core/env/PropertySource<*>;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Ljava/util/stream/Stream<Lorg/springframework/core/env/PropertySource<*>;>;
    MethodParameters:
        Name  Flags
      source  

  private static boolean isIncluded(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.env.PropertySource source
         0: .line 146
            aload 0 /* source */
            instanceof org.springframework.core.env.PropertySource$StubPropertySource
            ifne 3
         1: .line 147
            aload 0 /* source */
            instanceof org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
            ifne 3
         2: .line 146
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.springframework.core.env.PropertySource source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  source  Lorg/springframework/core/env/PropertySource<*>;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Z
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "ConfigurationPropertySources.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public StubPropertySource = org.springframework.core.env.PropertySource$StubPropertySource of org.springframework.core.env.PropertySource