class org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource extends org.springframework.boot.context.properties.source.AliasedConfigurationPropertySource 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.AliasedIterableConfigurationPropertySource
  super_class: org.springframework.boot.context.properties.source.AliasedConfigurationPropertySource
{
  void <init>(org.springframework.boot.context.properties.source.IterableConfigurationPropertySource, org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases);
    descriptor: (Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyNameAliases;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.IterableConfigurationPropertySource source
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases aliases
         0: .line 35
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* aliases */
            invokespecial org.springframework.boot.context.properties.source.AliasedConfigurationPropertySource.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyNameAliases;)V
         1: .line 36
            return
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases aliases
        end local 1 // org.springframework.boot.context.properties.source.IterableConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/boot/context/properties/source/AliasedIterableConfigurationPropertySource;
            0    2     1   source  Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;
            0    2     2  aliases  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyNameAliases;
    MethodParameters:
         Name  Flags
      source   
      aliases  

  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.AliasedIterableConfigurationPropertySource this
         0: .line 40
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource.getSource:()Lorg/springframework/boot/context/properties/source/IterableConfigurationPropertySource;
            invokeinterface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/boot/context/properties/source/AliasedIterableConfigurationPropertySource;)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/AliasedIterableConfigurationPropertySource.addAliases(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/stream/Stream; (7)
                  (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/AliasedIterableConfigurationPropertySource;
    Signature: ()Ljava/util/stream/Stream<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  private java.util.stream.Stream<org.springframework.boot.context.properties.source.ConfigurationPropertyName> addAliases(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/stream/Stream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 44
            aload 1 /* name */
            invokestatic java.util.stream.Stream.of:(Ljava/lang/Object;)Ljava/util/stream/Stream;
            astore 2 /* names */
        start local 2 // java.util.stream.Stream names
         1: .line 45
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource.getAliases:()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyNameAliases;
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases.getAliases:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/List;
            astore 3 /* aliases */
        start local 3 // java.util.List aliases
         2: .line 46
            aload 3 /* aliases */
            invokestatic org.springframework.util.CollectionUtils.isEmpty:(Ljava/util/Collection;)Z
            ifeq 4
         3: .line 47
            aload 2 /* names */
            areturn
         4: .line 49
      StackMap locals: java.util.stream.Stream java.util.List
      StackMap stack:
            aload 2 /* names */
            aload 3 /* aliases */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokestatic java.util.stream.Stream.concat:(Ljava/util/stream/Stream;Ljava/util/stream/Stream;)Ljava/util/stream/Stream;
            areturn
        end local 3 // java.util.List aliases
        end local 2 // java.util.stream.Stream names
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.AliasedIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/springframework/boot/context/properties/source/AliasedIterableConfigurationPropertySource;
            0    5     1     name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    5     2    names  Ljava/util/stream/Stream<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            2    5     3  aliases  Ljava/util/List<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/stream/Stream<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    MethodParameters:
      Name  Flags
      name  

  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.AliasedIterableConfigurationPropertySource this
         0: .line 54
            aload 0 /* this */
            invokespecial org.springframework.boot.context.properties.source.AliasedConfigurationPropertySource.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.AliasedIterableConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/AliasedIterableConfigurationPropertySource;

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