public abstract class org.springframework.boot.web.context.WebServerInitializedEvent extends org.springframework.context.ApplicationEvent
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.springframework.boot.web.context.WebServerInitializedEvent
super_class: org.springframework.context.ApplicationEvent
{
protected void <init>(org.springframework.boot.web.server.WebServer);
descriptor: (Lorg/springframework/boot/web/server/WebServer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.springframework.context.ApplicationEvent.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/web/context/WebServerInitializedEvent;
0 2 1 webServer Lorg/springframework/boot/web/server/WebServer;
MethodParameters:
Name Flags
webServer
public org.springframework.boot.web.server.WebServer getWebServer();
descriptor: ()Lorg/springframework/boot/web/server/WebServer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.boot.web.context.WebServerInitializedEvent.getSource:()Lorg/springframework/boot/web/server/WebServer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/context/WebServerInitializedEvent;
public abstract org.springframework.boot.web.context.WebServerApplicationContext getApplicationContext();
descriptor: ()Lorg/springframework/boot/web/context/WebServerApplicationContext;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public org.springframework.boot.web.server.WebServer getSource();
descriptor: ()Lorg/springframework/boot/web/server/WebServer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.springframework.context.ApplicationEvent.getSource:()Ljava/lang/Object;
checkcast org.springframework.boot.web.server.WebServer
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/context/WebServerInitializedEvent;
public java.lang.Object getSource();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.springframework.boot.web.context.WebServerInitializedEvent.getSource:()Lorg/springframework/boot/web/server/WebServer;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "WebServerInitializedEvent.java"