final class org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler
  super_class: java.lang.Object
{
  private final Mono<HttpHandler> delegate;
    descriptor: LMono;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: LMono<LHttpHandler;>;

  private void <init>(java.util.function.Supplier<HttpHandler>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tHttpHandler cannot be resolved to a type\n\tThe method getWebServer(HttpHandler) from the type ReactiveWebServerFactory refers to the missing type HttpHandler\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/context/WebServerManager$LazyHttpHandler;
    Signature: (Ljava/util/function/Supplier<LHttpHandler;>;)V
    MethodParameters:
                 Name  Flags
      handlerSupplier  

  public Mono<java.lang.Void> handle(ServerHttpRequest, ServerHttpResponse);
    descriptor: (LServerHttpRequest;LServerHttpResponse;)LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/context/WebServerManager$LazyHttpHandler;
    Signature: (LServerHttpRequest;LServerHttpResponse;)LMono<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      request   
      response  
}
SourceFile: "WebServerManager.java"
NestHost: org.springframework.boot.web.reactive.context.WebServerManager
InnerClasses:
  private final LazyHttpHandler = org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler of org.springframework.boot.web.reactive.context.WebServerManager