public class io.vertx.ext.dropwizard.reporters.JmxReporter$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.dropwizard.reporters.JmxReporter$Builder
  super_class: java.lang.Object
{
  private final com.codahale.metrics.MetricRegistry registry;
    descriptor: Lcom/codahale/metrics/MetricRegistry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private javax.management.MBeanServer mBeanServer;
    descriptor: Ljavax/management/MBeanServer;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit rateUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit durationUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  private com.codahale.metrics.MetricFilter filter;
    descriptor: Lcom/codahale/metrics/MetricFilter;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String domain;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.util.concurrent.TimeUnit> specificDurationUnits;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/concurrent/TimeUnit;>;

  private java.util.Map<java.lang.String, java.util.concurrent.TimeUnit> specificRateUnits;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/concurrent/TimeUnit;>;

  private void <init>(com.codahale.metrics.MetricRegistry);
    descriptor: (Lcom/codahale/metrics/MetricRegistry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // com.codahale.metrics.MetricRegistry registry
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            invokestatic java.lang.management.ManagementFactory.getPlatformMBeanServer:()Ljavax/management/MBeanServer;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.mBeanServer:Ljavax/management/MBeanServer;
         2: .line 49
            aload 0 /* this */
            getstatic com.codahale.metrics.MetricFilter.ALL:Lcom/codahale/metrics/MetricFilter;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.filter:Lcom/codahale/metrics/MetricFilter;
         3: .line 55
            aload 0 /* this */
            aload 1 /* registry */
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.registry:Lcom/codahale/metrics/MetricRegistry;
         4: .line 56
            aload 0 /* this */
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.rateUnit:Ljava/util/concurrent/TimeUnit;
         5: .line 57
            aload 0 /* this */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.durationUnit:Ljava/util/concurrent/TimeUnit;
         6: .line 58
            aload 0 /* this */
            ldc "metrics"
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.domain:Ljava/lang/String;
         7: .line 59
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.specificDurationUnits:Ljava/util/Map;
         8: .line 60
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.specificRateUnits:Ljava/util/Map;
         9: .line 61
            return
        end local 1 // com.codahale.metrics.MetricRegistry registry
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0   10     1  registry  Lcom/codahale/metrics/MetricRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder registerWith(javax.management.MBeanServer);
    descriptor: (Ljavax/management/MBeanServer;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // javax.management.MBeanServer mBeanServer
         0: .line 70
            aload 0 /* this */
            aload 1 /* mBeanServer */
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.mBeanServer:Ljavax/management/MBeanServer;
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // javax.management.MBeanServer mBeanServer
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  mBeanServer  Ljavax/management/MBeanServer;
    MethodParameters:
             Name  Flags
      mBeanServer  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder convertRatesTo(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // java.util.concurrent.TimeUnit rateUnit
         0: .line 81
            aload 0 /* this */
            aload 1 /* rateUnit */
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.rateUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit rateUnit
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  rateUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
          Name  Flags
      rateUnit  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder convertDurationsTo(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // java.util.concurrent.TimeUnit durationUnit
         0: .line 92
            aload 0 /* this */
            aload 1 /* durationUnit */
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.durationUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit durationUnit
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  durationUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
              Name  Flags
      durationUnit  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder filter(com.codahale.metrics.MetricFilter);
    descriptor: (Lcom/codahale/metrics/MetricFilter;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // com.codahale.metrics.MetricFilter filter
         0: .line 103
            aload 0 /* this */
            aload 1 /* filter */
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.filter:Lcom/codahale/metrics/MetricFilter;
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // com.codahale.metrics.MetricFilter filter
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  filter  Lcom/codahale/metrics/MetricFilter;
    MethodParameters:
        Name  Flags
      filter  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder inDomain(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // java.lang.String domain
         0: .line 108
            aload 0 /* this */
            aload 1 /* domain */
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.domain:Ljava/lang/String;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String domain
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  domain  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      domain  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder specificDurationUnits(java.util.Map<java.lang.String, java.util.concurrent.TimeUnit>);
    descriptor: (Ljava/util/Map;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // java.util.Map specificDurationUnits
         0: .line 119
            aload 0 /* this */
            aload 1 /* specificDurationUnits */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.specificDurationUnits:Ljava/util/Map;
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map specificDurationUnits
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  specificDurationUnits  Ljava/util/Map<Ljava/lang/String;Ljava/util/concurrent/TimeUnit;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/util/concurrent/TimeUnit;>;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    MethodParameters:
                       Name  Flags
      specificDurationUnits  

  public io.vertx.ext.dropwizard.reporters.JmxReporter$Builder specificRateUnits(java.util.Map<java.lang.String, java.util.concurrent.TimeUnit>);
    descriptor: (Ljava/util/Map;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
        start local 1 // java.util.Map specificRateUnits
         0: .line 131
            aload 0 /* this */
            aload 1 /* specificRateUnits */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.specificRateUnits:Ljava/util/Map;
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map specificRateUnits
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            0    2     1  specificRateUnits  Ljava/util/Map<Ljava/lang/String;Ljava/util/concurrent/TimeUnit;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/util/concurrent/TimeUnit;>;)Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
    MethodParameters:
                   Name  Flags
      specificRateUnits  

  public io.vertx.ext.dropwizard.reporters.JmxReporter build();
    descriptor: ()Lio/vertx/ext/dropwizard/reporters/JmxReporter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
         0: .line 141
            new io.vertx.ext.dropwizard.reporters.JmxReporter$MetricTimeUnits
            dup
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.rateUnit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.durationUnit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.specificRateUnits:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.specificDurationUnits:Ljava/util/Map;
            invokespecial io.vertx.ext.dropwizard.reporters.JmxReporter$MetricTimeUnits.<init>:(Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;Ljava/util/Map;Ljava/util/Map;)V
            astore 1 /* timeUnits */
        start local 1 // io.vertx.ext.dropwizard.reporters.JmxReporter$MetricTimeUnits timeUnits
         1: .line 142
            new io.vertx.ext.dropwizard.reporters.JmxReporter
            dup
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.mBeanServer:Ljavax/management/MBeanServer;
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.domain:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.registry:Lcom/codahale/metrics/MetricRegistry;
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$Builder.filter:Lcom/codahale/metrics/MetricFilter;
            aload 1 /* timeUnits */
            invokespecial io.vertx.ext.dropwizard.reporters.JmxReporter.<init>:(Ljavax/management/MBeanServer;Ljava/lang/String;Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/MetricFilter;Lio/vertx/ext/dropwizard/reporters/JmxReporter$MetricTimeUnits;)V
            areturn
        end local 1 // io.vertx.ext.dropwizard.reporters.JmxReporter$MetricTimeUnits timeUnits
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$Builder;
            1    2     1  timeUnits  Lio/vertx/ext/dropwizard/reporters/JmxReporter$MetricTimeUnits;
}
SourceFile: "JmxReporter.java"
NestHost: io.vertx.ext.dropwizard.reporters.JmxReporter
InnerClasses:
  public Builder = io.vertx.ext.dropwizard.reporters.JmxReporter$Builder of io.vertx.ext.dropwizard.reporters.JmxReporter
  private MetricTimeUnits = io.vertx.ext.dropwizard.reporters.JmxReporter$MetricTimeUnits of io.vertx.ext.dropwizard.reporters.JmxReporter