class io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener
super_class: java.lang.Object
{
private final io.dropwizard.jersey.DropwizardResourceConfig config;
descriptor: Lio/dropwizard/jersey/DropwizardResourceConfig;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.dropwizard.jersey.DropwizardResourceConfig);
descriptor: (Lio/dropwizard/jersey/DropwizardResourceConfig;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener this
start local 1 // io.dropwizard.jersey.DropwizardResourceConfig config
0: .line 278
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 279
aload 0 /* this */
aload 1 /* config */
putfield io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener.config:Lio/dropwizard/jersey/DropwizardResourceConfig;
2: .line 280
return
end local 1 // io.dropwizard.jersey.DropwizardResourceConfig config
end local 0 // io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/dropwizard/jersey/DropwizardResourceConfig$ComponentLoggingListener;
0 3 1 config Lio/dropwizard/jersey/DropwizardResourceConfig;
MethodParameters:
Name Flags
config
public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent);
descriptor: (Lorg/glassfish/jersey/server/monitoring/ApplicationEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener this
start local 1 // org.glassfish.jersey.server.monitoring.ApplicationEvent event
0: .line 284
aload 1 /* event */
invokeinterface org.glassfish.jersey.server.monitoring.ApplicationEvent.getType:()Lorg/glassfish/jersey/server/monitoring/ApplicationEvent$Type;
getstatic org.glassfish.jersey.server.monitoring.ApplicationEvent$Type.INITIALIZATION_APP_FINISHED:Lorg/glassfish/jersey/server/monitoring/ApplicationEvent$Type;
if_acmpne 2
1: .line 285
aload 0 /* this */
getfield io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener.config:Lio/dropwizard/jersey/DropwizardResourceConfig;
invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.logComponents:()V
2: .line 287
StackMap locals:
StackMap stack:
return
end local 1 // org.glassfish.jersey.server.monitoring.ApplicationEvent event
end local 0 // io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/dropwizard/jersey/DropwizardResourceConfig$ComponentLoggingListener;
0 3 1 event Lorg/glassfish/jersey/server/monitoring/ApplicationEvent;
MethodParameters:
Name Flags
event
public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent);
descriptor: (Lorg/glassfish/jersey/server/monitoring/RequestEvent;)Lorg/glassfish/jersey/server/monitoring/RequestEventListener;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 // io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener this
start local 1 // org.glassfish.jersey.server.monitoring.RequestEvent requestEvent
0: .line 292
aconst_null
areturn
end local 1 // org.glassfish.jersey.server.monitoring.RequestEvent requestEvent
end local 0 // io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/dropwizard/jersey/DropwizardResourceConfig$ComponentLoggingListener;
0 1 1 requestEvent Lorg/glassfish/jersey/server/monitoring/RequestEvent;
RuntimeVisibleAnnotations:
javax.annotation.Nullable()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
javax.annotation.Nullable()
MethodParameters:
Name Flags
requestEvent
}
SourceFile: "DropwizardResourceConfig.java"
NestHost: io.dropwizard.jersey.DropwizardResourceConfig
InnerClasses:
private ComponentLoggingListener = io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener of io.dropwizard.jersey.DropwizardResourceConfig
public final Type = org.glassfish.jersey.server.monitoring.ApplicationEvent$Type of org.glassfish.jersey.server.monitoring.ApplicationEvent