public class io.vertx.micrometer.VertxPrometheusOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.micrometer.VertxPrometheusOptions
  super_class: java.lang.Object
{
  public static final boolean DEFAULT_ENABLED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_START_EMBEDDED_SERVER;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final java.lang.String DEFAULT_EMBEDDED_SERVER_ENDPOINT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "/metrics"

  public static final boolean DEFAULT_PUBLISH_QUANTILES;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private boolean enabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean startEmbeddedServer;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.HttpServerOptions embeddedServerOptions;
    descriptor: Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean publishQuantiles;
    descriptor: Z
    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.micrometer.VertxPrometheusOptions this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
         2: .line 62
            aload 0 /* this */
            iconst_0
            putfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
         3: .line 63
            aload 0 /* this */
            ldc "/metrics"
            putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
         4: .line 64
            aload 0 /* this */
            iconst_0
            putfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
         5: .line 65
            return
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;

  public void <init>(io.vertx.micrometer.VertxPrometheusOptions);
    descriptor: (Lio/vertx/micrometer/VertxPrometheusOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // io.vertx.micrometer.VertxPrometheusOptions other
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
            putfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
         2: .line 74
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
            putfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
         3: .line 75
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
            ifnull 4
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
            goto 5
      StackMap locals: io.vertx.micrometer.VertxPrometheusOptions io.vertx.micrometer.VertxPrometheusOptions
      StackMap stack: io.vertx.micrometer.VertxPrometheusOptions
         4: ldc "/metrics"
      StackMap locals: io.vertx.micrometer.VertxPrometheusOptions io.vertx.micrometer.VertxPrometheusOptions
      StackMap stack: io.vertx.micrometer.VertxPrometheusOptions java.lang.String
         5: putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
         6: .line 76
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
            ifnull 8
         7: .line 77
            aload 0 /* this */
            new io.vertx.core.http.HttpServerOptions
            dup
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
            invokespecial io.vertx.core.http.HttpServerOptions.<init>:(Lio/vertx/core/http/HttpServerOptions;)V
            putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
         8: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
            putfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
         9: .line 80
            return
        end local 1 // io.vertx.micrometer.VertxPrometheusOptions other
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0   10     1  other  Lio/vertx/micrometer/VertxPrometheusOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 88
            aload 0 /* this */
            invokespecial io.vertx.micrometer.VertxPrometheusOptions.<init>:()V
         1: .line 89
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.micrometer.VertxPrometheusOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/micrometer/VertxPrometheusOptions;)V
         2: .line 90
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
         0: .line 97
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 98
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.micrometer.VertxPrometheusOptionsConverter.toJson:(Lio/vertx/micrometer/VertxPrometheusOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 99
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
            ireturn
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;

  public io.vertx.micrometer.VertxPrometheusOptions setEnabled(boolean);
    descriptor: (Z)Lio/vertx/micrometer/VertxPrometheusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // boolean enabled
         0: .line 115
            aload 0 /* this */
            iload 1 /* enabled */
            putfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isStartEmbeddedServer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
            ireturn
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;

  public io.vertx.micrometer.VertxPrometheusOptions setStartEmbeddedServer(boolean);
    descriptor: (Z)Lio/vertx/micrometer/VertxPrometheusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // boolean startEmbeddedServer
         0: .line 130
            aload 0 /* this */
            iload 1 /* startEmbeddedServer */
            putfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // boolean startEmbeddedServer
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0    2     1  startEmbeddedServer  Z
    MethodParameters:
                     Name  Flags
      startEmbeddedServer  

  public io.vertx.core.http.HttpServerOptions getEmbeddedServerOptions();
    descriptor: ()Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
         0: .line 138
            aload 0 /* this */
            getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
            areturn
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;

  public io.vertx.micrometer.VertxPrometheusOptions setEmbeddedServerOptions(io.vertx.core.http.HttpServerOptions);
    descriptor: (Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/micrometer/VertxPrometheusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // io.vertx.core.http.HttpServerOptions embeddedServerOptions
         0: .line 146
            aload 0 /* this */
            aload 1 /* embeddedServerOptions */
            putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
         1: .line 147
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.HttpServerOptions embeddedServerOptions
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0    2     1  embeddedServerOptions  Lio/vertx/core/http/HttpServerOptions;
    MethodParameters:
                       Name  Flags
      embeddedServerOptions  

  public io.vertx.micrometer.VertxPrometheusOptions setEmbeddedServerEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/micrometer/VertxPrometheusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // java.lang.String embeddedServerEndpoint
         0: .line 155
            aload 0 /* this */
            aload 1 /* embeddedServerEndpoint */
            putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String embeddedServerEndpoint
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0    2     1  embeddedServerEndpoint  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      embeddedServerEndpoint  

  public java.lang.String getEmbeddedServerEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
         0: .line 163
            aload 0 /* this */
            getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;

  public boolean isPublishQuantiles();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
            ireturn
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/micrometer/VertxPrometheusOptions;

  public io.vertx.micrometer.VertxPrometheusOptions setPublishQuantiles(boolean);
    descriptor: (Z)Lio/vertx/micrometer/VertxPrometheusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.VertxPrometheusOptions this
        start local 1 // boolean publishQuantiles
         0: .line 181
            aload 0 /* this */
            iload 1 /* publishQuantiles */
            putfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
         1: .line 182
            aload 0 /* this */
            areturn
        end local 1 // boolean publishQuantiles
        end local 0 // io.vertx.micrometer.VertxPrometheusOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/micrometer/VertxPrometheusOptions;
            0    2     1  publishQuantiles  Z
    MethodParameters:
                  Name  Flags
      publishQuantiles  
}
SourceFile: "VertxPrometheusOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, inheritConverter = true)