class org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier<T> implements java.util.function.Supplier<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier
  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;>;

  void <init>(java.util.function.Supplier<T>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier this
        start local 1 // java.util.function.Supplier supplier
         0: .line 358
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 359
            aload 0 /* this */
            aload 1 /* supplier */
            putfield org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier.supplier:Ljava/util/function/Supplier;
         2: .line 360
            return
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/context/properties/PropertyMapper$NullPointerExceptionSafeSupplier<TT;>;
            0    3     1  supplier  Ljava/util/function/Supplier<TT;>;
    Signature: (Ljava/util/function/Supplier<TT;>;)V
    MethodParameters:
          Name  Flags
      supplier  

  public T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier this
         0: .line 365
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
         1: areturn
         2: .line 367
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
            pop
         3: .line 368
            aconst_null
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$NullPointerExceptionSafeSupplier<TT;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NullPointerException
    Signature: ()TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/function/Supplier<TT;>;
SourceFile: "PropertyMapper.java"
NestHost: org.springframework.boot.context.properties.PropertyMapper
InnerClasses:
  private NullPointerExceptionSafeSupplier = org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier of org.springframework.boot.context.properties.PropertyMapper