class org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier<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.bind.JavaBeanBinder$BeanSupplier
  super_class: java.lang.Object
{
  private final java.util.function.Supplier<T> factory;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Supplier<TT;>;

  private T instance;
    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.bind.JavaBeanBinder$BeanSupplier this
        start local 1 // java.util.function.Supplier factory
         0: .line 248
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 249
            aload 0 /* this */
            aload 1 /* factory */
            putfield org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.factory:Ljava/util/function/Supplier;
         2: .line 250
            return
        end local 1 // java.util.function.Supplier factory
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;
            0    3     1  factory  Ljava/util/function/Supplier<TT;>;
    Signature: (Ljava/util/function/Supplier<TT;>;)V
    MethodParameters:
         Name  Flags
      factory  

  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.bind.JavaBeanBinder$BeanSupplier this
         0: .line 254
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.instance:Ljava/lang/Object;
            ifnonnull 2
         1: .line 255
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.factory:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            putfield org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.instance:Ljava/lang/Object;
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.instance:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;
    Signature: ()TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/function/Supplier<TT;>;
SourceFile: "JavaBeanBinder.java"
NestHost: org.springframework.boot.context.properties.bind.JavaBeanBinder
InnerClasses:
  private BeanSupplier = org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier of org.springframework.boot.context.properties.bind.JavaBeanBinder