class org.springframework.core.ReactiveAdapterRegistry$EmptyCompletableFuture<T> extends java.util.concurrent.CompletableFuture<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.ReactiveAdapterRegistry$EmptyCompletableFuture
  super_class: java.util.concurrent.CompletableFuture
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapterRegistry$EmptyCompletableFuture this
         0: .line 396
            aload 0 /* this */
            invokespecial java.util.concurrent.CompletableFuture.<init>:()V
         1: .line 397
            aload 0 /* this */
            aconst_null
            invokevirtual org.springframework.core.ReactiveAdapterRegistry$EmptyCompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         2: .line 398
            return
        end local 0 // org.springframework.core.ReactiveAdapterRegistry$EmptyCompletableFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/core/ReactiveAdapterRegistry$EmptyCompletableFuture<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/CompletableFuture<TT;>;
SourceFile: "ReactiveAdapterRegistry.java"
NestHost: org.springframework.core.ReactiveAdapterRegistry
InnerClasses:
  private EmptyCompletableFuture = org.springframework.core.ReactiveAdapterRegistry$EmptyCompletableFuture of org.springframework.core.ReactiveAdapterRegistry