class com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric
super_class: java.lang.Object
{
public final com.codahale.metrics.Meter meter;
descriptor: Lcom/codahale/metrics/Meter;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.Class<? extends java.lang.Throwable> cause;
descriptor: Ljava/lang/Class;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Ljava/lang/Class<+Ljava/lang/Throwable;>;
public void <init>(com.codahale.metrics.MetricRegistry, org.glassfish.jersey.server.model.ResourceMethod, com.codahale.metrics.annotation.ExceptionMetered);
descriptor: (Lcom/codahale/metrics/MetricRegistry;Lorg/glassfish/jersey/server/model/ResourceMethod;Lcom/codahale/metrics/annotation/ExceptionMetered;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=4
start local 0 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric this
start local 1 // com.codahale.metrics.MetricRegistry registry
start local 2 // org.glassfish.jersey.server.model.ResourceMethod method
start local 3 // com.codahale.metrics.annotation.ExceptionMetered exceptionMetered
0: .line 95
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 98
aload 3 /* exceptionMetered */
invokeinterface com.codahale.metrics.annotation.ExceptionMetered.name:()Ljava/lang/String;
2: .line 99
aload 3 /* exceptionMetered */
invokeinterface com.codahale.metrics.annotation.ExceptionMetered.absolute:()Z
aload 2 /* method */
iconst_1
anewarray java.lang.String
dup
iconst_0
ldc "exceptions"
aastore
3: .line 98
invokestatic com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener.chooseName:(Ljava/lang/String;ZLorg/glassfish/jersey/server/model/ResourceMethod;[Ljava/lang/String;)Ljava/lang/String;
astore 4 /* name */
start local 4 // java.lang.String name
4: .line 100
aload 0 /* this */
aload 1 /* registry */
aload 4 /* name */
invokevirtual com.codahale.metrics.MetricRegistry.meter:(Ljava/lang/String;)Lcom/codahale/metrics/Meter;
putfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric.meter:Lcom/codahale/metrics/Meter;
5: .line 101
aload 0 /* this */
aload 3 /* exceptionMetered */
invokeinterface com.codahale.metrics.annotation.ExceptionMetered.cause:()Ljava/lang/Class;
putfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric.cause:Ljava/lang/Class;
6: .line 102
return
end local 4 // java.lang.String name
end local 3 // com.codahale.metrics.annotation.ExceptionMetered exceptionMetered
end local 2 // org.glassfish.jersey.server.model.ResourceMethod method
end local 1 // com.codahale.metrics.MetricRegistry registry
end local 0 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric;
0 7 1 registry Lcom/codahale/metrics/MetricRegistry;
0 7 2 method Lorg/glassfish/jersey/server/model/ResourceMethod;
0 7 3 exceptionMetered Lcom/codahale/metrics/annotation/ExceptionMetered;
4 7 4 name Ljava/lang/String;
MethodParameters:
Name Flags
registry final
method final
exceptionMetered final
}
SourceFile: "InstrumentedResourceMethodApplicationListener.java"
NestHost: com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener
InnerClasses:
private ExceptionMeterMetric = com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric of com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener