class org.springframework.boot.context.properties.PropertyMapper$CachingSupplier<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$CachingSupplier
  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 boolean hasResult;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private T result;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: 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$CachingSupplier this
        start local 1 // java.util.function.Supplier supplier
         0: .line 150
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 0 /* this */
            aload 1 /* supplier */
            putfield org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.supplier:Ljava/util/function/Supplier;
         2: .line 152
            return
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$CachingSupplier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/context/properties/PropertyMapper$CachingSupplier<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=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.PropertyMapper$CachingSupplier this
         0: .line 156
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.hasResult:Z
            ifne 3
         1: .line 157
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            putfield org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.result:Ljava/lang/Object;
         2: .line 158
            aload 0 /* this */
            iconst_1
            putfield org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.hasResult:Z
         3: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.result:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.context.properties.PropertyMapper$CachingSupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/PropertyMapper$CachingSupplier<TT;>;
    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 CachingSupplier = org.springframework.boot.context.properties.PropertyMapper$CachingSupplier of org.springframework.boot.context.properties.PropertyMapper