public class org.springframework.boot.context.event.ApplicationReadyEvent 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.ApplicationReadyEvent
super_class: org.springframework.boot.context.event.SpringApplicationEvent
{
private final org.springframework.context.ConfigurableApplicationContext context;
descriptor: Lorg/springframework/context/ConfigurableApplicationContext;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.springframework.boot.SpringApplication, java.lang.String[], org.springframework.context.ConfigurableApplicationContext);
descriptor: (Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;Lorg/springframework/context/ConfigurableApplicationContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 // org.springframework.boot.context.event.ApplicationReadyEvent this
start local 1 // org.springframework.boot.SpringApplication application
start local 2 // java.lang.String[] args
start local 3 // org.springframework.context.ConfigurableApplicationContext context
0: .line 44
aload 0 /* this */
aload 1 /* application */
aload 2 /* args */
invokespecial org.springframework.boot.context.event.SpringApplicationEvent.<init>:(Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
1: .line 45
aload 0 /* this */
aload 3 /* context */
putfield org.springframework.boot.context.event.ApplicationReadyEvent.context:Lorg/springframework/context/ConfigurableApplicationContext;
2: .line 46
return
end local 3 // org.springframework.context.ConfigurableApplicationContext context
end local 2 // java.lang.String[] args
end local 1 // org.springframework.boot.SpringApplication application
end local 0 // org.springframework.boot.context.event.ApplicationReadyEvent this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/boot/context/event/ApplicationReadyEvent;
0 3 1 application Lorg/springframework/boot/SpringApplication;
0 3 2 args [Ljava/lang/String;
0 3 3 context Lorg/springframework/context/ConfigurableApplicationContext;
MethodParameters:
Name Flags
application
args
context
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.context.event.ApplicationReadyEvent this
0: .line 53
aload 0 /* this */
getfield org.springframework.boot.context.event.ApplicationReadyEvent.context:Lorg/springframework/context/ConfigurableApplicationContext;
areturn
end local 0 // org.springframework.boot.context.event.ApplicationReadyEvent this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/event/ApplicationReadyEvent;
}
SourceFile: "ApplicationReadyEvent.java"