final class org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler
super_class: java.lang.Object
{
private final java.util.function.Supplier<HttpHandler> handlerSupplier;
descriptor: Ljava/util/function/Supplier;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/function/Supplier<LHttpHandler;>;
private final boolean lazyInit;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private volatile HttpHandler delegate;
descriptor: LHttpHandler;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private void <init>(java.util.function.Supplier<HttpHandler>, );
descriptor: (Ljava/util/function/Supplier;Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
Signature: (Ljava/util/function/Supplier<LHttpHandler;>;Z)V
MethodParameters:
Name Flags
handlerSupplier
lazyInit
Mono<java.lang.Void> handleUninitialized(ServerHttpRequest, ServerHttpResponse);
descriptor: (LServerHttpRequest;LServerHttpResponse;)LMono;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: 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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
Signature: (LServerHttpRequest;LServerHttpResponse;)LMono<Ljava/lang/Void;>;
MethodParameters:
Name Flags
request
response
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 0: 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\tHttpHandler cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
Signature: (LServerHttpRequest;LServerHttpResponse;)LMono<Ljava/lang/Void;>;
MethodParameters:
Name Flags
request
response
void initializeHandler();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
HttpHandler getHandler();
descriptor: ()LHttpHandler;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tHttpHandler 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
}
SourceFile: "WebServerManager.java"
NestHost: org.springframework.boot.web.reactive.context.WebServerManager
InnerClasses:
final DelayedInitializationHttpHandler = org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler of org.springframework.boot.web.reactive.context.WebServerManager