public class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent extends org.springframework.boot.web.context.WebServerInitializedEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
  super_class: org.springframework.boot.web.context.WebServerInitializedEvent
{
  private final org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext applicationContext;
    descriptor: Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.boot.web.server.WebServer, org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext);
    descriptor: (Lorg/springframework/boot/web/server/WebServer;Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent this
        start local 1 // org.springframework.boot.web.server.WebServer webServer
        start local 2 // org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext applicationContext
         0: .line 40
            aload 0 /* this */
            aload 1 /* webServer */
            invokespecial org.springframework.boot.web.context.WebServerInitializedEvent.<init>:(Lorg/springframework/boot/web/server/WebServer;)V
         1: .line 41
            aload 0 /* this */
            aload 2 /* applicationContext */
            putfield org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent.applicationContext:Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
         2: .line 42
            return
        end local 2 // org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext applicationContext
        end local 1 // org.springframework.boot.web.server.WebServer webServer
        end local 0 // org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/springframework/boot/web/servlet/context/ServletWebServerInitializedEvent;
            0    3     1           webServer  Lorg/springframework/boot/web/server/WebServer;
            0    3     2  applicationContext  Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
    MethodParameters:
                    Name  Flags
      webServer           
      applicationContext  

  public org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext getApplicationContext();
    descriptor: ()Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent this
         0: .line 52
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent.applicationContext:Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
            areturn
        end local 0 // org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/ServletWebServerInitializedEvent;

  public org.springframework.boot.web.context.WebServerApplicationContext getApplicationContext();
    descriptor: ()Lorg/springframework/boot/web/context/WebServerApplicationContext;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent.getApplicationContext:()Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ServletWebServerInitializedEvent.java"