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

  void <init>(org.springframework.boot.BootstrapContext, org.springframework.context.ConfigurableApplicationContext);
    descriptor: (Lorg/springframework/boot/BootstrapContext;Lorg/springframework/context/ConfigurableApplicationContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.BootstrapContextClosedEvent this
        start local 1 // org.springframework.boot.BootstrapContext source
        start local 2 // org.springframework.context.ConfigurableApplicationContext applicationContext
         0: .line 34
            aload 0 /* this */
            aload 1 /* source */
            invokespecial org.springframework.context.ApplicationEvent.<init>:(Ljava/lang/Object;)V
         1: .line 35
            aload 0 /* this */
            aload 2 /* applicationContext */
            putfield org.springframework.boot.BootstrapContextClosedEvent.applicationContext:Lorg/springframework/context/ConfigurableApplicationContext;
         2: .line 36
            return
        end local 2 // org.springframework.context.ConfigurableApplicationContext applicationContext
        end local 1 // org.springframework.boot.BootstrapContext source
        end local 0 // org.springframework.boot.BootstrapContextClosedEvent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/springframework/boot/BootstrapContextClosedEvent;
            0    3     1              source  Lorg/springframework/boot/BootstrapContext;
            0    3     2  applicationContext  Lorg/springframework/context/ConfigurableApplicationContext;
    MethodParameters:
                    Name  Flags
      source              
      applicationContext  

  public org.springframework.boot.BootstrapContext getBootstrapContext();
    descriptor: ()Lorg/springframework/boot/BootstrapContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.BootstrapContextClosedEvent this
         0: .line 43
            aload 0 /* this */
            getfield org.springframework.boot.BootstrapContextClosedEvent.source:Ljava/lang/Object;
            checkcast org.springframework.boot.BootstrapContext
            areturn
        end local 0 // org.springframework.boot.BootstrapContextClosedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/BootstrapContextClosedEvent;

  public org.springframework.context.ConfigurableApplicationContext getApplicationContext();
    descriptor: ()Lorg/springframework/context/ConfigurableApplicationContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.BootstrapContextClosedEvent this
         0: .line 51
            aload 0 /* this */
            getfield org.springframework.boot.BootstrapContextClosedEvent.applicationContext:Lorg/springframework/context/ConfigurableApplicationContext;
            areturn
        end local 0 // org.springframework.boot.BootstrapContextClosedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/BootstrapContextClosedEvent;
}
SourceFile: "BootstrapContextClosedEvent.java"