public class io.vertx.ext.dropwizard.impl.MetricsServiceImpl implements io.vertx.ext.dropwizard.MetricsService
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.dropwizard.impl.MetricsServiceImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.dropwizard.impl.MetricsServiceImpl.vertx:Lio/vertx/core/Vertx;
         2: .line 22
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public java.lang.String getBaseName(io.vertx.core.metrics.Measured);
    descriptor: (Lio/vertx/core/metrics/Measured;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
        start local 1 // io.vertx.core.metrics.Measured measured
         0: .line 26
            aload 1 /* measured */
            invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
            astore 2 /* codahaleMetrics */
        start local 2 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
         1: .line 27
            aload 2 /* codahaleMetrics */
            ifnull 2
            aload 2 /* codahaleMetrics */
            invokevirtual io.vertx.ext.dropwizard.impl.AbstractMetrics.baseName:()Ljava/lang/String;
            goto 3
      StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 2 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
        end local 1 // io.vertx.core.metrics.Measured measured
        end local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
            0    4     1         measured  Lio/vertx/core/metrics/Measured;
            1    4     2  codahaleMetrics  Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
    MethodParameters:
          Name  Flags
      measured  

  public io.vertx.core.json.JsonObject getMetricsSnapshot(io.vertx.core.metrics.Measured);
    descriptor: (Lio/vertx/core/metrics/Measured;)Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
        start local 1 // io.vertx.core.metrics.Measured measured
         0: .line 32
            aload 1 /* measured */
            invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
            astore 2 /* codahaleMetrics */
        start local 2 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
         1: .line 33
            aload 2 /* codahaleMetrics */
            ifnull 2
            aload 2 /* codahaleMetrics */
            invokevirtual io.vertx.ext.dropwizard.impl.AbstractMetrics.metrics:()Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.json.JsonObject
         3: areturn
        end local 2 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
        end local 1 // io.vertx.core.metrics.Measured measured
        end local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
            0    4     1         measured  Lio/vertx/core/metrics/Measured;
            1    4     2  codahaleMetrics  Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
    MethodParameters:
          Name  Flags
      measured  

  public io.vertx.core.json.JsonObject getMetricsSnapshot(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
        start local 1 // java.lang.String baseName
         0: .line 38
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.impl.MetricsServiceImpl.vertx:Lio/vertx/core/Vertx;
            invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
            astore 2 /* codahaleMetrics */
        start local 2 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
         1: .line 39
            aload 2 /* codahaleMetrics */
            ifnull 2
            aload 2 /* codahaleMetrics */
            aload 1 /* baseName */
            invokevirtual io.vertx.ext.dropwizard.impl.AbstractMetrics.metrics:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.json.JsonObject
         3: areturn
        end local 2 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
        end local 1 // java.lang.String baseName
        end local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
            0    4     1         baseName  Ljava/lang/String;
            1    4     2  codahaleMetrics  Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
    MethodParameters:
          Name  Flags
      baseName  

  public java.util.Set<java.lang.String> metricsNames();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.impl.MetricsServiceImpl.vertx:Lio/vertx/core/Vertx;
            invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
            astore 1 /* codahaleMetrics */
        start local 1 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
         1: .line 44
            aload 1 /* codahaleMetrics */
            ifnull 4
         2: .line 45
            aload 1 /* codahaleMetrics */
            getfield io.vertx.ext.dropwizard.impl.AbstractMetrics.registry:Lcom/codahale/metrics/MetricRegistry;
            astore 2 /* registry */
        start local 2 // com.codahale.metrics.MetricRegistry registry
         3: .line 46
            new java.util.HashSet
            dup
            aload 2 /* registry */
            invokevirtual com.codahale.metrics.MetricRegistry.getMetrics:()Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            areturn
        end local 2 // com.codahale.metrics.MetricRegistry registry
         4: .line 48
      StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
      StackMap stack:
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        end local 1 // io.vertx.ext.dropwizard.impl.AbstractMetrics codahaleMetrics
        end local 0 // io.vertx.ext.dropwizard.impl.MetricsServiceImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
            1    5     1  codahaleMetrics  Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
            3    4     2         registry  Lcom/codahale/metrics/MetricRegistry;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;
}
SourceFile: "MetricsServiceImpl.java"