public class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer this
0: .line 46
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/rsocket/context/RSocketPortInfoApplicationContextInitializer;
public void initialize(org.springframework.context.ConfigurableApplicationContext);
descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer this
start local 1 // org.springframework.context.ConfigurableApplicationContext applicationContext
0: .line 51
aload 1 /* applicationContext */
new org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer$Listener
dup
aload 1 /* applicationContext */
invokespecial org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer$Listener.<init>:(Lorg/springframework/context/ConfigurableApplicationContext;)V
invokeinterface org.springframework.context.ConfigurableApplicationContext.addApplicationListener:(Lorg/springframework/context/ApplicationListener;)V
1: .line 52
return
end local 1 // org.springframework.context.ConfigurableApplicationContext applicationContext
end local 0 // org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/rsocket/context/RSocketPortInfoApplicationContextInitializer;
0 2 1 applicationContext Lorg/springframework/context/ConfigurableApplicationContext;
MethodParameters:
Name Flags
applicationContext
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationContextInitializer<Lorg/springframework/context/ConfigurableApplicationContext;>;
SourceFile: "RSocketPortInfoApplicationContextInitializer.java"
NestMembers:
org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer$Listener
InnerClasses:
private Listener = org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer$Listener of org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer