public final class org.springframework.boot.context.properties.PropertyMapper$Source<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.context.properties.PropertyMapper$Source
  super_class: java.lang.Object
{
  private final java.util.function.Supplier<T> supplier;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Supplier<TT;>;

  private final java.util.function.Predicate<T> predicate;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Predicate<TT;>;

  private void <init>(java.util.function.Supplier<T>, java.util.function.Predicate<T>);
    descriptor: (Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.util.function.Supplier supplier
        start local 2 // java.util.function.Predicate predicate
         0: .line 192
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 193
            aload 2 /* predicate */
            ldc "Predicate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 194
            aload 0 /* this */
            aload 1 /* supplier */
            putfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
         3: .line 195
            aload 0 /* this */
            aload 2 /* predicate */
            putfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
         4: .line 196
            return
        end local 2 // java.util.function.Predicate predicate
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    5     1   supplier  Ljava/util/function/Supplier<TT;>;
            0    5     2  predicate  Ljava/util/function/Predicate<TT;>;
    Signature: (Ljava/util/function/Supplier<TT;>;Ljava/util/function/Predicate<TT;>;)V
    MethodParameters:
           Name  Flags
      supplier   
      predicate  

  public <R extends java.lang.Number> org.springframework.boot.context.properties.PropertyMapper$Source<java.lang.Integer> asInt(java.util.function.Function<T, R>);
    descriptor: (Ljava/util/function/Function;)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$Source this
        start local 1 // java.util.function.Function adapter
         0: .line 205
            aload 0 /* this */
            aload 1 /* adapter */
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.as:(Ljava/util/function/Function;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            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;
                  java/lang/Number.intValue()I (5)
                  (Ljava/lang/Number;)Ljava/lang/Integer;
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.as:(Ljava/util/function/Function;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 1 // java.util.function.Function adapter
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    1     1  adapter  Ljava/util/function/Function<TT;TR;>;
    Signature: <R:Ljava/lang/Number;>(Ljava/util/function/Function<TT;TR;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<Ljava/lang/Integer;>;
    MethodParameters:
         Name  Flags
      adapter  

  public <R> org.springframework.boot.context.properties.PropertyMapper$Source<R> as(java.util.function.Function<T, R>);
    descriptor: (Ljava/util/function/Function;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.util.function.Function adapter
         0: .line 215
            aload 1 /* adapter */
            ldc "Adapter must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 216
            aload 0 /* this */
            invokedynamic get(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)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$Source.lambda$1()Ljava/lang/Boolean; (7)
                  ()Ljava/lang/Boolean;
            astore 2 /* test */
        start local 2 // java.util.function.Supplier test
         2: .line 217
            aload 2 /* test */
            invokedynamic test(Ljava/util/function/Supplier;)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$Source.lambda$2(Ljava/util/function/Supplier;Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
            astore 3 /* predicate */
        start local 3 // java.util.function.Predicate predicate
         3: .line 218
            aload 0 /* this */
            aload 2 /* test */
            aload 1 /* adapter */
            invokedynamic get(Lorg/springframework/boot/context/properties/PropertyMapper$Source;Ljava/util/function/Supplier;Ljava/util/function/Function;)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$Source.lambda$3(Ljava/util/function/Supplier;Ljava/util/function/Function;)Ljava/lang/Object; (7)
                  ()Ljava/lang/Object;
            astore 4 /* supplier */
        start local 4 // java.util.function.Supplier supplier
         4: .line 224
            new org.springframework.boot.context.properties.PropertyMapper$Source
            dup
            aload 4 /* supplier */
            aload 3 /* predicate */
            invokespecial org.springframework.boot.context.properties.PropertyMapper$Source.<init>:(Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V
            areturn
        end local 4 // java.util.function.Supplier supplier
        end local 3 // java.util.function.Predicate predicate
        end local 2 // java.util.function.Supplier test
        end local 1 // java.util.function.Function adapter
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    5     1    adapter  Ljava/util/function/Function<TT;TR;>;
            2    5     2       test  Ljava/util/function/Supplier<Ljava/lang/Boolean;>;
            3    5     3  predicate  Ljava/util/function/Predicate<TR;>;
            4    5     4   supplier  Ljava/util/function/Supplier<TR;>;
    Signature: <R:Ljava/lang/Object;>(Ljava/util/function/Function<TT;TR;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TR;>;
    MethodParameters:
         Name  Flags
      adapter  

  public org.springframework.boot.context.properties.PropertyMapper$Source<T> whenNonNull();
    descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
         0: .line 233
            new org.springframework.boot.context.properties.PropertyMapper$Source
            dup
            new org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier
            dup
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            invokespecial org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier.<init>:(Ljava/util/function/Supplier;)V
            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
                  java/util/Objects.nonNull(Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
            invokespecial org.springframework.boot.context.properties.PropertyMapper$Source.<init>:(Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    Signature: ()Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;

  public org.springframework.boot.context.properties.PropertyMapper$Source<T> whenTrue();
    descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
         0: .line 242
            aload 0 /* this */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Ljava/lang/Boolean;)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
                  java/lang/Boolean.equals(Ljava/lang/Object;)Z (5)
                  (Ljava/lang/Object;)Z
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.when:(Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    Signature: ()Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;

  public org.springframework.boot.context.properties.PropertyMapper$Source<T> whenFalse();
    descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
         0: .line 251
            aload 0 /* this */
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Ljava/lang/Boolean;)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
                  java/lang/Boolean.equals(Ljava/lang/Object;)Z (5)
                  (Ljava/lang/Object;)Z
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.when:(Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    Signature: ()Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;

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

  public org.springframework.boot.context.properties.PropertyMapper$Source<T> whenEqualTo();
    descriptor: (Ljava/lang/Object;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.lang.Object object
         0: .line 270
            aload 0 /* this */
            aload 1 /* object */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Ljava/lang/Object;)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
                  java/lang/Object.equals(Ljava/lang/Object;)Z (5)
                  (Ljava/lang/Object;)Z
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.when:(Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 1 // java.lang.Object object
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    1     1  object  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
        Name  Flags
      object  

  public <R extends T> org.springframework.boot.context.properties.PropertyMapper$Source<R> whenInstanceOf(java.lang.Class<R>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.lang.Class target
         0: .line 281
            aload 0 /* this */
            aload 1 /* target */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Ljava/lang/Class;)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
                  java/lang/Class.isInstance(Ljava/lang/Object;)Z (5)
                  (Ljava/lang/Object;)Z
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.when:(Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            aload 1 /* target */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic apply(Ljava/lang/Class;)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;
                  java/lang/Class.cast(Ljava/lang/Object;)Ljava/lang/Object; (5)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.as:(Ljava/util/function/Function;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 1 // java.lang.Class target
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    1     1  target  Ljava/lang/Class<TR;>;
    Signature: <R:TT;>(Ljava/lang/Class<TR;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TR;>;
    MethodParameters:
        Name  Flags
      target  

  public org.springframework.boot.context.properties.PropertyMapper$Source<T> whenNot(java.util.function.Predicate<T>);
    descriptor: (Ljava/util/function/Predicate;)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$Source this
        start local 1 // java.util.function.Predicate predicate
         0: .line 291
            aload 1 /* predicate */
            ldc "Predicate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 292
            aload 0 /* this */
            aload 1 /* predicate */
            invokeinterface java.util.function.Predicate.negate:()Ljava/util/function/Predicate;
            invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.when:(Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
            areturn
        end local 1 // java.util.function.Predicate predicate
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    2     1  predicate  Ljava/util/function/Predicate<TT;>;
    Signature: (Ljava/util/function/Predicate<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.springframework.boot.context.properties.PropertyMapper$Source<T> when(java.util.function.Predicate<T>);
    descriptor: (Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.util.function.Predicate predicate
         0: .line 302
            aload 1 /* predicate */
            ldc "Predicate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 303
            new org.springframework.boot.context.properties.PropertyMapper$Source
            dup
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
            ifnull 2
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
            aload 1 /* predicate */
            invokeinterface java.util.function.Predicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
            goto 3
      StackMap locals: org.springframework.boot.context.properties.PropertyMapper$Source java.util.function.Predicate
      StackMap stack: new 1 new 1 java.util.function.Supplier
         2: aload 1 /* predicate */
      StackMap locals: org.springframework.boot.context.properties.PropertyMapper$Source java.util.function.Predicate
      StackMap stack: new 1 new 1 java.util.function.Supplier java.util.function.Predicate
         3: 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.Predicate predicate
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    4     1  predicate  Ljava/util/function/Predicate<TT;>;
    Signature: (Ljava/util/function/Predicate<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public void to(java.util.function.Consumer<T>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.util.function.Consumer consumer
         0: .line 313
            aload 1 /* consumer */
            ldc "Consumer must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 314
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         2: .line 315
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
            aload 2 /* value */
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 316
            aload 1 /* consumer */
            aload 2 /* value */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         4: .line 318
      StackMap locals: java.lang.Object
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.util.function.Consumer consumer
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    5     1  consumer  Ljava/util/function/Consumer<TT;>;
            2    5     2     value  TT;
    Signature: (Ljava/util/function/Consumer<TT;>;)V
    MethodParameters:
          Name  Flags
      consumer  

  public <R> R toInstance(java.util.function.Function<T, R>);
    descriptor: (Ljava/util/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.util.function.Function factory
         0: .line 328
            aload 1 /* factory */
            ldc "Factory must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 329
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         2: .line 330
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
            aload 2 /* value */
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 331
            new java.util.NoSuchElementException
            dup
            ldc "No value present"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 333
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* factory */
            aload 2 /* value */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.util.function.Function factory
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    5     1  factory  Ljava/util/function/Function<TT;TR;>;
            2    5     2    value  TT;
    Signature: <R:Ljava/lang/Object;>(Ljava/util/function/Function<TT;TR;>;)TR;
    MethodParameters:
         Name  Flags
      factory  

  public void toCall(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
        start local 1 // java.lang.Runnable runnable
         0: .line 342
            aload 1 /* runnable */
            ldc "Runnable must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 343
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         2: .line 344
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
            aload 2 /* value */
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 345
            aload 1 /* runnable */
            invokeinterface java.lang.Runnable.run:()V
         4: .line 347
      StackMap locals: java.lang.Object
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Runnable runnable
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
            0    5     1  runnable  Ljava/lang/Runnable;
            2    5     2     value  TT;
    MethodParameters:
          Name  Flags
      runnable  

  private java.lang.Boolean lambda$1();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
         0: .line 216
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.predicate:Ljava/util/function/Predicate;
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;

  private static boolean lambda$2(java.util.function.Supplier, java.lang.Object);
    descriptor: (Ljava/util/function/Supplier;Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Object t
         0: .line 217
            aload 0
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Object t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     t  TR;

  private java.lang.Object lambda$3(java.util.function.Supplier, java.util.function.Function);
    descriptor: (Ljava/util/function/Supplier;Ljava/util/function/Function;)Ljava/lang/Object;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
         0: .line 219
            aload 1
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
         1: .line 220
            aload 2
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$Source.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 222
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;

  private static boolean lambda$7(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 260
            aload 0 /* value */
            aconst_null
            invokestatic java.util.Objects.toString:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ireturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PropertyMapper.java"
NestHost: org.springframework.boot.context.properties.PropertyMapper
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  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