public class io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl implements io.vertx.core.spi.VertxMetricsFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl
  super_class: java.lang.Object
{
  static final java.lang.String BASE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx"

  private io.vertx.core.impl.logging.Logger logger;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            ldc Lio/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putfield io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl.logger:Lio/vertx/core/impl/logging/Logger;
         2: .line 40
            return
        end local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl;

  public io.vertx.core.spi.metrics.VertxMetrics metrics(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)Lio/vertx/core/spi/metrics/VertxMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
        start local 1 // io.vertx.core.VertxOptions options
         0: .line 47
            aload 1 /* options */
            invokevirtual io.vertx.core.VertxOptions.getMetricsOptions:()Lio/vertx/core/metrics/MetricsOptions;
            astore 2 /* baseOptions */
        start local 2 // io.vertx.core.metrics.MetricsOptions baseOptions
         1: .line 49
            aload 2 /* baseOptions */
            instanceof io.vertx.ext.dropwizard.DropwizardMetricsOptions
            ifeq 4
         2: .line 50
            aload 2 /* baseOptions */
            checkcast io.vertx.ext.dropwizard.DropwizardMetricsOptions
            astore 3 /* metricsOptions */
        start local 3 // io.vertx.ext.dropwizard.DropwizardMetricsOptions metricsOptions
         3: .line 51
            goto 5
        end local 3 // io.vertx.ext.dropwizard.DropwizardMetricsOptions metricsOptions
         4: .line 52
      StackMap locals: io.vertx.core.metrics.MetricsOptions
      StackMap stack:
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            aload 2 /* baseOptions */
            invokevirtual io.vertx.core.metrics.MetricsOptions.toJson:()Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            astore 3 /* metricsOptions */
        start local 3 // io.vertx.ext.dropwizard.DropwizardMetricsOptions metricsOptions
         5: .line 54
      StackMap locals: io.vertx.ext.dropwizard.DropwizardMetricsOptions
      StackMap stack:
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getMetricRegistry:()Lcom/codahale/metrics/MetricRegistry;
            ifnull 6
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getMetricRegistry:()Lcom/codahale/metrics/MetricRegistry;
            goto 7
      StackMap locals:
      StackMap stack:
         6: new com.codahale.metrics.MetricRegistry
            dup
            invokespecial com.codahale.metrics.MetricRegistry.<init>:()V
      StackMap locals:
      StackMap stack: com.codahale.metrics.MetricRegistry
         7: astore 4 /* registry */
        start local 4 // com.codahale.metrics.MetricRegistry registry
         8: .line 55
            iconst_1
            istore 5 /* shutdown */
        start local 5 // boolean shutdown
         9: .line 56
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getRegistryName:()Ljava/lang/String;
            ifnull 14
        10: .line 57
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getRegistryName:()Ljava/lang/String;
            aload 4 /* registry */
            invokestatic com.codahale.metrics.SharedMetricRegistries.add:(Ljava/lang/String;Lcom/codahale/metrics/MetricRegistry;)Lcom/codahale/metrics/MetricRegistry;
            astore 6 /* other */
        start local 6 // com.codahale.metrics.MetricRegistry other
        11: .line 58
            aload 6 /* other */
            ifnull 14
        12: .line 59
            aload 6 /* other */
            astore 4 /* registry */
        13: .line 60
            iconst_0
            istore 5 /* shutdown */
        end local 6 // com.codahale.metrics.MetricRegistry other
        14: .line 64
      StackMap locals: com.codahale.metrics.MetricRegistry int
      StackMap stack:
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getConfigPath:()Ljava/lang/String;
            ifnull 28
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getConfigPath:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 28
        15: .line 65
            new io.vertx.core.file.impl.FileResolver
            dup
            invokespecial io.vertx.core.file.impl.FileResolver.<init>:()V
            astore 6 /* resolver */
        start local 6 // io.vertx.core.file.impl.FileResolver resolver
        16: .line 68
            aload 0 /* this */
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getConfigPath:()Ljava/lang/String;
            aload 6 /* resolver */
            invokevirtual io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl.loadOptionsFile:(Ljava/lang/String;Lio/vertx/core/file/impl/FileResolver;)Lio/vertx/core/json/JsonObject;
            astore 7 /* loadedFromFile */
        start local 7 // io.vertx.core.json.JsonObject loadedFromFile
        17: .line 69
            goto 23
        end local 7 // io.vertx.core.json.JsonObject loadedFromFile
      StackMap locals: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl io.vertx.core.VertxOptions io.vertx.core.metrics.MetricsOptions io.vertx.ext.dropwizard.DropwizardMetricsOptions com.codahale.metrics.MetricRegistry int io.vertx.core.file.impl.FileResolver
      StackMap stack: java.lang.Throwable
        18: astore 8
        19: .line 71
            aload 6 /* resolver */
            invokevirtual io.vertx.core.file.impl.FileResolver.close:()V
        20: .line 72
            goto 22
      StackMap locals: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl io.vertx.core.VertxOptions io.vertx.core.metrics.MetricsOptions io.vertx.ext.dropwizard.DropwizardMetricsOptions com.codahale.metrics.MetricRegistry int io.vertx.core.file.impl.FileResolver top java.lang.Throwable
      StackMap stack: java.io.IOException
        21: pop
        22: .line 74
      StackMap locals:
      StackMap stack:
            aload 8
            athrow
        start local 7 // io.vertx.core.json.JsonObject loadedFromFile
        23: .line 71
      StackMap locals: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl io.vertx.core.VertxOptions io.vertx.core.metrics.MetricsOptions io.vertx.ext.dropwizard.DropwizardMetricsOptions com.codahale.metrics.MetricRegistry int io.vertx.core.file.impl.FileResolver io.vertx.core.json.JsonObject
      StackMap stack:
            aload 6 /* resolver */
            invokevirtual io.vertx.core.file.impl.FileResolver.close:()V
        24: .line 72
            goto 26
      StackMap locals:
      StackMap stack: java.io.IOException
        25: pop
        26: .line 75
      StackMap locals:
      StackMap stack:
            aload 7 /* loadedFromFile */
            invokevirtual io.vertx.core.json.JsonObject.isEmpty:()Z
            ifne 28
        27: .line 76
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            aload 7 /* loadedFromFile */
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            astore 3 /* metricsOptions */
        end local 7 // io.vertx.core.json.JsonObject loadedFromFile
        end local 6 // io.vertx.core.file.impl.FileResolver resolver
        28: .line 79
      StackMap locals:
      StackMap stack:
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getBaseName:()Ljava/lang/String;
            ifnonnull 29
            ldc "vertx"
            goto 30
      StackMap locals:
      StackMap stack:
        29: aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getBaseName:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        30: astore 6 /* baseName */
        start local 6 // java.lang.String baseName
        31: .line 80
            new io.vertx.ext.dropwizard.impl.VertxMetricsImpl
            dup
            aload 4 /* registry */
            iload 5 /* shutdown */
            aload 1 /* options */
            aload 3 /* metricsOptions */
            aload 6 /* baseName */
            invokespecial io.vertx.ext.dropwizard.impl.VertxMetricsImpl.<init>:(Lcom/codahale/metrics/MetricRegistry;ZLio/vertx/core/VertxOptions;Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;Ljava/lang/String;)V
            astore 7 /* metrics */
        start local 7 // io.vertx.ext.dropwizard.impl.VertxMetricsImpl metrics
        32: .line 82
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.isJmxEnabled:()Z
            ifeq 39
        33: .line 83
            aload 3 /* metricsOptions */
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.getJmxDomain:()Ljava/lang/String;
            astore 8 /* jmxDomain */
        start local 8 // java.lang.String jmxDomain
        34: .line 84
            aload 8 /* jmxDomain */
            ifnonnull 36
        35: .line 85
            new java.lang.StringBuilder
            dup
            ldc "vertx@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* options */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 8 /* jmxDomain */
        36: .line 87
      StackMap locals: java.lang.String io.vertx.ext.dropwizard.impl.VertxMetricsImpl java.lang.String
      StackMap stack:
            aload 7 /* metrics */
            invokevirtual io.vertx.ext.dropwizard.impl.VertxMetricsImpl.registry:()Lcom/codahale/metrics/MetricRegistry;
            invokestatic io.vertx.ext.dropwizard.reporters.JmxReporter.forRegistry:(Lcom/codahale/metrics/MetricRegistry;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            aload 8 /* jmxDomain */
            invokevirtual io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.inDomain:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            invokevirtual io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.build:()Lio/vertx/ext/dropwizard/reporters/JmxReporter;
            astore 9 /* reporter */
        start local 9 // io.vertx.ext.dropwizard.reporters.JmxReporter reporter
        37: .line 88
            aload 7 /* metrics */
            aload 9 /* reporter */
            invokedynamic handle(Lio/vertx/ext/dropwizard/reporters/JmxReporter;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl.lambda$0(Lio/vertx/ext/dropwizard/reporters/JmxReporter;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.ext.dropwizard.impl.VertxMetricsImpl.setDoneHandler:(Lio/vertx/core/Handler;)V
        38: .line 89
            aload 9 /* reporter */
            invokevirtual io.vertx.ext.dropwizard.reporters.JmxReporter.start:()V
        end local 9 // io.vertx.ext.dropwizard.reporters.JmxReporter reporter
        end local 8 // java.lang.String jmxDomain
        39: .line 92
      StackMap locals:
      StackMap stack:
            aload 7 /* metrics */
            areturn
        end local 7 // io.vertx.ext.dropwizard.impl.VertxMetricsImpl metrics
        end local 6 // java.lang.String baseName
        end local 5 // boolean shutdown
        end local 4 // com.codahale.metrics.MetricRegistry registry
        end local 3 // io.vertx.ext.dropwizard.DropwizardMetricsOptions metricsOptions
        end local 2 // io.vertx.core.metrics.MetricsOptions baseOptions
        end local 1 // io.vertx.core.VertxOptions options
        end local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   40     0            this  Lio/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl;
            0   40     1         options  Lio/vertx/core/VertxOptions;
            1   40     2     baseOptions  Lio/vertx/core/metrics/MetricsOptions;
            3    4     3  metricsOptions  Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
            5   40     3  metricsOptions  Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
            8   40     4        registry  Lcom/codahale/metrics/MetricRegistry;
            9   40     5        shutdown  Z
           11   14     6           other  Lcom/codahale/metrics/MetricRegistry;
           16   28     6        resolver  Lio/vertx/core/file/impl/FileResolver;
           17   18     7  loadedFromFile  Lio/vertx/core/json/JsonObject;
           23   28     7  loadedFromFile  Lio/vertx/core/json/JsonObject;
           31   40     6        baseName  Ljava/lang/String;
           32   40     7         metrics  Lio/vertx/ext/dropwizard/impl/VertxMetricsImpl;
           34   39     8       jmxDomain  Ljava/lang/String;
           37   39     9        reporter  Lio/vertx/ext/dropwizard/reporters/JmxReporter;
      Exception table:
        from    to  target  type
          16    18      18  any
          19    20      21  Class java.io.IOException
          23    24      25  Class java.io.IOException
    MethodParameters:
         Name  Flags
      options  

  private io.vertx.core.json.JsonObject loadOptionsFile(java.lang.String, io.vertx.core.file.impl.FileResolver);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/impl/FileResolver;)Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
        start local 1 // java.lang.String configPath
        start local 2 // io.vertx.core.file.impl.FileResolver fileResolver
         0: .line 96
            aload 2 /* fileResolver */
            aload 1 /* configPath */
            invokevirtual io.vertx.core.file.impl.FileResolver.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            astore 3 /* file */
        start local 3 // java.io.File file
         1: .line 97
            aconst_null
            astore 4
            aconst_null
            astore 5
         2: new java.util.Scanner
            dup
            aload 3 /* file */
            invokespecial java.util.Scanner.<init>:(Ljava/io/File;)V
            astore 6 /* scanner */
        start local 6 // java.util.Scanner scanner
         3: .line 98
            aload 6 /* scanner */
            ldc "\\A"
            invokevirtual java.util.Scanner.useDelimiter:(Ljava/lang/String;)Ljava/util/Scanner;
            pop
         4: .line 99
            aload 6 /* scanner */
            invokevirtual java.util.Scanner.next:()Ljava/lang/String;
            astore 7 /* metricsConfigString */
        start local 7 // java.lang.String metricsConfigString
         5: .line 101
            new io.vertx.core.json.JsonObject
            dup
            aload 7 /* metricsConfigString */
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/lang/String;)V
         6: .line 102
            aload 6 /* scanner */
            ifnull 7
            aload 6 /* scanner */
            invokevirtual java.util.Scanner.close:()V
         7: .line 101
      StackMap locals: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl java.lang.String io.vertx.core.file.impl.FileResolver java.io.File java.lang.Throwable java.lang.Throwable java.util.Scanner java.lang.String
      StackMap stack: io.vertx.core.json.JsonObject
            areturn
        end local 7 // java.lang.String metricsConfigString
      StackMap locals: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl java.lang.String io.vertx.core.file.impl.FileResolver java.io.File java.lang.Throwable java.lang.Throwable java.util.Scanner
      StackMap stack: java.lang.Throwable
         8: astore 4
         9: .line 102
            aload 6 /* scanner */
            ifnull 10
            aload 6 /* scanner */
            invokevirtual java.util.Scanner.close:()V
        end local 6 // java.util.Scanner scanner
      StackMap locals:
      StackMap stack:
        10: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 5
            aload 4
            ifnonnull 12
            aload 5
            astore 4
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 4
            aload 5
            if_acmpeq 13
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 4
            athrow
      StackMap locals: io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl java.lang.String io.vertx.core.file.impl.FileResolver java.io.File
      StackMap stack: java.io.IOException
        14: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
        15: .line 103
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl.logger:Lio/vertx/core/impl/logging/Logger;
            ldc "Error while reading metrics config file"
            aload 4 /* ioe */
            invokeinterface io.vertx.core.impl.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 4 // java.io.IOException ioe
        16: goto 19
        17: .line 104
      StackMap locals:
      StackMap stack: io.vertx.core.json.DecodeException
            astore 4 /* de */
        start local 4 // io.vertx.core.json.DecodeException de
        18: .line 105
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl.logger:Lio/vertx/core/impl/logging/Logger;
            ldc "Error while decoding metrics config file into JSON"
            aload 4 /* de */
            invokeinterface io.vertx.core.impl.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 4 // io.vertx.core.json.DecodeException de
        19: .line 108
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            areturn
        end local 3 // java.io.File file
        end local 2 // io.vertx.core.file.impl.FileResolver fileResolver
        end local 1 // java.lang.String configPath
        end local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   20     0                 this  Lio/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl;
            0   20     1           configPath  Ljava/lang/String;
            0   20     2         fileResolver  Lio/vertx/core/file/impl/FileResolver;
            1   20     3                 file  Ljava/io/File;
            3   10     6              scanner  Ljava/util/Scanner;
            5    8     7  metricsConfigString  Ljava/lang/String;
           15   16     4                  ioe  Ljava/io/IOException;
           18   19     4                   de  Lio/vertx/core/json/DecodeException;
      Exception table:
        from    to  target  type
           3     6       8  any
           2     7      11  any
           8    11      11  any
           1     7      14  Class java.io.IOException
           8    14      14  Class java.io.IOException
           1     7      17  Class io.vertx.core.json.DecodeException
           8    14      17  Class io.vertx.core.json.DecodeException
    MethodParameters:
              Name  Flags
      configPath    
      fileResolver  

  public io.vertx.core.metrics.MetricsOptions newOptions();
    descriptor: ()Lio/vertx/core/metrics/MetricsOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
         0: .line 113
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl.newOptions:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/metrics/MetricsOptions;
            areturn
        end local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl;

  public io.vertx.core.metrics.MetricsOptions newOptions(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/core/metrics/MetricsOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
        start local 1 // io.vertx.core.json.JsonObject jsonObject
         0: .line 118
            aload 1 /* jsonObject */
            ifnonnull 1
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack:
         1: new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            aload 1 /* jsonObject */
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
      StackMap locals:
      StackMap stack: io.vertx.ext.dropwizard.DropwizardMetricsOptions
         2: areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.dropwizard.impl.VertxMetricsFactoryImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/dropwizard/impl/VertxMetricsFactoryImpl;
            0    3     1  jsonObject  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      jsonObject  

  private static void lambda$0(io.vertx.ext.dropwizard.reporters.JmxReporter, java.lang.Void);
    descriptor: (Lio/vertx/ext/dropwizard/reporters/JmxReporter;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 88
            aload 0
            invokevirtual io.vertx.ext.dropwizard.reporters.JmxReporter.stop:()V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;
}
SourceFile: "VertxMetricsFactoryImpl.java"
InnerClasses:
  public Builder = io.vertx.ext.dropwizard.reporters.JmxReporter$Builder of io.vertx.ext.dropwizard.reporters.JmxReporter
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles