public class org.springframework.boot.context.event.ApplicationStartingEvent extends org.springframework.boot.context.event.SpringApplicationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.context.event.ApplicationStartingEvent
  super_class: org.springframework.boot.context.event.SpringApplicationEvent
{
  private final org.springframework.boot.ConfigurableBootstrapContext bootstrapContext;
    descriptor: Lorg/springframework/boot/ConfigurableBootstrapContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.boot.SpringApplication, java.lang.String[]);
    descriptor: (Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
        start local 1 // org.springframework.boot.SpringApplication application
        start local 2 // java.lang.String[] args
         0: .line 50
            aload 0 /* this */
            aconst_null
            aload 1 /* application */
            aload 2 /* args */
            invokespecial org.springframework.boot.context.event.ApplicationStartingEvent.<init>:(Lorg/springframework/boot/ConfigurableBootstrapContext;Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
         1: .line 51
            return
        end local 2 // java.lang.String[] args
        end local 1 // org.springframework.boot.SpringApplication application
        end local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/boot/context/event/ApplicationStartingEvent;
            0    2     1  application  Lorg/springframework/boot/SpringApplication;
            0    2     2         args  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      application  
      args         

  public void <init>(org.springframework.boot.ConfigurableBootstrapContext, org.springframework.boot.SpringApplication, java.lang.String[]);
    descriptor: (Lorg/springframework/boot/ConfigurableBootstrapContext;Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
        start local 1 // org.springframework.boot.ConfigurableBootstrapContext bootstrapContext
        start local 2 // org.springframework.boot.SpringApplication application
        start local 3 // java.lang.String[] args
         0: .line 61
            aload 0 /* this */
            aload 2 /* application */
            aload 3 /* args */
            invokespecial org.springframework.boot.context.event.SpringApplicationEvent.<init>:(Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
         1: .line 62
            aload 0 /* this */
            aload 1 /* bootstrapContext */
            putfield org.springframework.boot.context.event.ApplicationStartingEvent.bootstrapContext:Lorg/springframework/boot/ConfigurableBootstrapContext;
         2: .line 63
            return
        end local 3 // java.lang.String[] args
        end local 2 // org.springframework.boot.SpringApplication application
        end local 1 // org.springframework.boot.ConfigurableBootstrapContext bootstrapContext
        end local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/springframework/boot/context/event/ApplicationStartingEvent;
            0    3     1  bootstrapContext  Lorg/springframework/boot/ConfigurableBootstrapContext;
            0    3     2       application  Lorg/springframework/boot/SpringApplication;
            0    3     3              args  [Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      bootstrapContext  
      application       
      args              

  public org.springframework.boot.ConfigurableBootstrapContext getBootstrapContext();
    descriptor: ()Lorg/springframework/boot/ConfigurableBootstrapContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
         0: .line 71
            aload 0 /* this */
            getfield org.springframework.boot.context.event.ApplicationStartingEvent.bootstrapContext:Lorg/springframework/boot/ConfigurableBootstrapContext;
            areturn
        end local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/event/ApplicationStartingEvent;
}
SourceFile: "ApplicationStartingEvent.java"