public final class org.springframework.boot.context.properties.PropertyMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.context.properties.PropertyMapper
  super_class: java.lang.Object
{
  private static final java.util.function.Predicate<?> ALWAYS;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Predicate<*>;

  private static final org.springframework.boot.context.properties.PropertyMapper INSTANCE;
    descriptor: Lorg/springframework/boot/context/properties/PropertyMapper;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.boot.context.properties.PropertyMapper parent;
    descriptor: Lorg/springframework/boot/context/properties/PropertyMapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.context.properties.PropertyMapper$SourceOperator sourceOperator;
    descriptor: Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 58
            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/PropertyMapper.lambda$0(Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
            putstatic org.springframework.boot.context.properties.PropertyMapper.ALWAYS:Ljava/util/function/Predicate;
         1: .line 60
            new org.springframework.boot.context.properties.PropertyMapper
            dup
            aconst_null
            aconst_null
            invokespecial org.springframework.boot.context.properties.PropertyMapper.<init>:(Lorg/springframework/boot/context/properties/PropertyMapper;Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)V
            putstatic org.springframework.boot.context.properties.PropertyMapper.INSTANCE:Lorg/springframework/boot/context/properties/PropertyMapper;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.springframework.boot.context.properties.PropertyMapper, org.springframework.boot.context.properties.PropertyMapper$SourceOperator);
    descriptor: (Lorg/springframework/boot/context/properties/PropertyMapper;Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
        start local 1 // org.springframework.boot.context.properties.PropertyMapper parent
        start local 2 // org.springframework.boot.context.properties.PropertyMapper$SourceOperator sourceOperator
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.springframework.boot.context.properties.PropertyMapper.parent:Lorg/springframework/boot/context/properties/PropertyMapper;
         2: .line 68
            aload 0 /* this */
            aload 2 /* sourceOperator */
            putfield org.springframework.boot.context.properties.PropertyMapper.sourceOperator:Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
         3: .line 69
            return
        end local 2 // org.springframework.boot.context.properties.PropertyMapper$SourceOperator sourceOperator
        end local 1 // org.springframework.boot.context.properties.PropertyMapper parent
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    4     1          parent  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    4     2  sourceOperator  Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
    MethodParameters:
                Name  Flags
      parent          
      sourceOperator  

  public org.springframework.boot.context.properties.PropertyMapper alwaysApplyingWhenNonNull();
    descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
         0: .line 77
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/boot/context/properties/PropertyMapper;)Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
              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:
                  (Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
                  org/springframework/boot/context/properties/PropertyMapper.whenNonNull(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source; (7)
                  (Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            invokevirtual org.springframework.boot.context.properties.PropertyMapper.alwaysApplying:(Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)Lorg/springframework/boot/context/properties/PropertyMapper;
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/PropertyMapper;

  private <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> whenNonNull(org.springframework.boot.context.properties.PropertyMapper$Source<T>);
    descriptor: (Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
        start local 1 // org.springframework.boot.context.properties.PropertyMapper$Source source
         0: .line 81
            aload 1 /* source */
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.whenNonNull:()Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 1 // org.springframework.boot.context.properties.PropertyMapper$Source source
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    1     1  source  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
        Name  Flags
      source  

  public org.springframework.boot.context.properties.PropertyMapper alwaysApplying(org.springframework.boot.context.properties.PropertyMapper$SourceOperator);
    descriptor: (Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)Lorg/springframework/boot/context/properties/PropertyMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
        start local 1 // org.springframework.boot.context.properties.PropertyMapper$SourceOperator operator
         0: .line 91
            aload 1 /* operator */
            ldc "Operator must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 92
            new org.springframework.boot.context.properties.PropertyMapper
            dup
            aload 0 /* this */
            aload 1 /* operator */
            invokespecial org.springframework.boot.context.properties.PropertyMapper.<init>:(Lorg/springframework/boot/context/properties/PropertyMapper;Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)V
            areturn
        end local 1 // org.springframework.boot.context.properties.PropertyMapper$SourceOperator operator
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    2     1  operator  Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
    MethodParameters:
          Name  Flags
      operator  

  public <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> from(java.util.function.Supplier<T>);
    descriptor: (Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
        start local 1 // java.util.function.Supplier supplier
         0: .line 104
            aload 1 /* supplier */
            ldc "Supplier must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 105
            aload 0 /* this */
            aload 1 /* supplier */
            invokevirtual org.springframework.boot.context.properties.PropertyMapper.getSource:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            astore 2 /* source */
        start local 2 // org.springframework.boot.context.properties.PropertyMapper$Source source
         2: .line 106
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper.sourceOperator:Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
            ifnull 4
         3: .line 107
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper.sourceOperator:Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
            aload 2 /* source */
            invokeinterface org.springframework.boot.context.properties.PropertyMapper$SourceOperator.apply:(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            astore 2 /* source */
         4: .line 109
      StackMap locals: org.springframework.boot.context.properties.PropertyMapper$Source
      StackMap stack:
            aload 2 /* source */
            areturn
        end local 2 // org.springframework.boot.context.properties.PropertyMapper$Source source
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    5     1  supplier  Ljava/util/function/Supplier<TT;>;
            2    5     2    source  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/function/Supplier<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
          Name  Flags
      supplier  

  public <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> from(T);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
        start local 1 // java.lang.Object value
         0: .line 120
            aload 0 /* this */
            aload 1 /* value */
            invokedynamic get(Ljava/lang/Object;)Ljava/util/function/Supplier;
              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;
                  org/springframework/boot/context/properties/PropertyMapper.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokevirtual org.springframework.boot.context.properties.PropertyMapper.from:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    1     1  value  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
       Name  Flags
      value  

  private <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> getSource(java.util.function.Supplier<T>);
    descriptor: (Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper this
        start local 1 // java.util.function.Supplier supplier
         0: .line 125
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper.parent:Lorg/springframework/boot/context/properties/PropertyMapper;
            ifnull 2
         1: .line 126
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper.parent:Lorg/springframework/boot/context/properties/PropertyMapper;
            aload 1 /* supplier */
            invokevirtual org.springframework.boot.context.properties.PropertyMapper.from:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.PropertyMapper$Source
            dup
            new org.springframework.boot.context.properties.PropertyMapper$CachingSupplier
            dup
            aload 1 /* supplier */
            invokespecial org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.<init>:(Ljava/util/function/Supplier;)V
            getstatic org.springframework.boot.context.properties.PropertyMapper.ALWAYS:Ljava/util/function/Predicate;
            invokespecial org.springframework.boot.context.properties.PropertyMapper$Source.<init>:(Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V
            areturn
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.springframework.boot.context.properties.PropertyMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/context/properties/PropertyMapper;
            0    3     1  supplier  Ljava/util/function/Supplier<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/function/Supplier<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
          Name  Flags
      supplier  

  public static org.springframework.boot.context.properties.PropertyMapper get();
    descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 136
            getstatic org.springframework.boot.context.properties.PropertyMapper.INSTANCE:Lorg/springframework/boot/context/properties/PropertyMapper;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object t
         0: .line 58
            iconst_1
            ireturn
        end local 0 // java.lang.Object t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 120
            aload 0
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PropertyMapper.java"
NestMembers:
  org.springframework.boot.context.properties.PropertyMapper$CachingSupplier  org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier  org.springframework.boot.context.properties.PropertyMapper$Source  org.springframework.boot.context.properties.PropertyMapper$SourceOperator
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private CachingSupplier = org.springframework.boot.context.properties.PropertyMapper$CachingSupplier of org.springframework.boot.context.properties.PropertyMapper
  private NullPointerExceptionSafeSupplier = org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier of org.springframework.boot.context.properties.PropertyMapper
  public final Source = org.springframework.boot.context.properties.PropertyMapper$Source of org.springframework.boot.context.properties.PropertyMapper
  public abstract SourceOperator = org.springframework.boot.context.properties.PropertyMapper$SourceOperator of org.springframework.boot.context.properties.PropertyMapper