public interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.context.properties.source.ConfigurationPropertySource
  super_class: java.lang.Object
{
  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  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=1, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 54
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.UNKNOWN: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.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    1     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
      Name  Flags
      name  

  public org.springframework.boot.context.properties.source.ConfigurationPropertySource filter(java.util.function.Predicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName>);
    descriptor: (Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
        start local 1 // java.util.function.Predicate filter
         0: .line 64
            new org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource
            dup
            aload 0 /* this */
            aload 1 /* filter */
            invokespecial org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Ljava/util/function/Predicate;)V
            areturn
        end local 1 // java.util.function.Predicate filter
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    1     1  filter  Ljava/util/function/Predicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    Signature: (Ljava/util/function/Predicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    MethodParameters:
        Name  Flags
      filter  

  public org.springframework.boot.context.properties.source.ConfigurationPropertySource withAliases(org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyNameAliases;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases aliases
         0: .line 73
            new org.springframework.boot.context.properties.source.AliasedConfigurationPropertySource
            dup
            aload 0 /* this */
            aload 1 /* 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
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases aliases
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    1     1  aliases  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyNameAliases;
    MethodParameters:
         Name  Flags
      aliases  

  public java.lang.Object getUnderlyingSource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
         0: .line 81
            aconst_null
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
}
SourceFile: "ConfigurationPropertySource.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()