interface org.springframework.boot.context.properties.source.PropertyMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.context.properties.source.PropertyMapper
  super_class: java.lang.Object
{
  public static final java.util.function.BiPredicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName> DEFAULT_ANCESTOR_OF_CHECK;
    descriptor: Ljava/util/function/BiPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            invokedynamic test()Ljava/util/function/BiPredicate;
              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;)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;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            putstatic org.springframework.boot.context.properties.source.PropertyMapper.DEFAULT_ANCESTOR_OF_CHECK:Ljava/util/function/BiPredicate;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.util.List<java.lang.String> map(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
                           Name  Flags
      configurationPropertyName  

  public abstract org.springframework.boot.context.properties.source.ConfigurationPropertyName map(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      propertySourceName  

  public java.util.function.BiPredicate<org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.source.ConfigurationPropertyName> getAncestorOfCheck();
    descriptor: ()Ljava/util/function/BiPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.PropertyMapper this
         0: .line 70
            getstatic org.springframework.boot.context.properties.source.PropertyMapper.DEFAULT_ANCESTOR_OF_CHECK:Ljava/util/function/BiPredicate;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/PropertyMapper;
    Signature: ()Ljava/util/function/BiPredicate<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
}
SourceFile: "PropertyMapper.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles