class org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher
super_class: java.lang.Object
{
private static final org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher INSTANCE;
descriptor: Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer$EventPublisher;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher
dup
invokespecial org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher.<init>:()V
putstatic org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher.INSTANCE:Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer$EventPublisher;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer$EventPublisher;
public int getOrder();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc -2147483648
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer$EventPublisher;
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent);
descriptor: (Lorg/springframework/context/event/ContextRefreshedEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.springframework.context.event.ContextRefreshedEvent.getApplicationContext:()Lorg/springframework/context/ApplicationContext;
astore 2
start local 2 1: aload 2
instanceof org.springframework.context.ConfigurableApplicationContext
ifeq 3
aload 2
aload 1
invokevirtual org.springframework.context.event.ContextRefreshedEvent.getSource:()Ljava/lang/Object;
if_acmpne 3
2: aload 2
new org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent
dup
aload 2
checkcast org.springframework.context.ConfigurableApplicationContext
invokespecial org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent.<init>:(Lorg/springframework/context/ConfigurableApplicationContext;)V
invokeinterface org.springframework.context.ApplicationContext.publishEvent:(Lorg/springframework/context/ApplicationEvent;)V
3: StackMap locals: org.springframework.context.ApplicationContext
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer$EventPublisher;
0 4 1 event Lorg/springframework/context/event/ContextRefreshedEvent;
1 4 2 context Lorg/springframework/context/ApplicationContext;
MethodParameters:
Name Flags
event
public void onApplicationEvent(org.springframework.context.ApplicationEvent);
descriptor: (Lorg/springframework/context/ApplicationEvent;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.springframework.context.event.ContextRefreshedEvent
invokevirtual org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher.onApplicationEvent:(Lorg/springframework/context/event/ContextRefreshedEvent;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationListener<Lorg/springframework/context/event/ContextRefreshedEvent;>;Lorg/springframework/core/Ordered;
SourceFile: "ParentContextApplicationContextInitializer.java"
NestHost: org.springframework.boot.builder.ParentContextApplicationContextInitializer
InnerClasses:
private EventPublisher = org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher of org.springframework.boot.builder.ParentContextApplicationContextInitializer
public ParentContextAvailableEvent = org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent of org.springframework.boot.builder.ParentContextApplicationContextInitializer