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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
2: aload 0
iconst_0
putfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
3: aload 0
ldc "/metrics"
putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
4: aload 0
iconst_0
putfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
5: return
end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
putfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
2: aload 0
aload 1
getfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
putfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
3: aload 0
aload 1
getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
ifnull 4
aload 1
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: aload 1
getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
ifnull 8
7: aload 0
new io.vertx.core.http.HttpServerOptions
dup
aload 1
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: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
putfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
9: return
end local 1 end local 0 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 start local 1 0: aload 0
invokespecial io.vertx.micrometer.VertxPrometheusOptions.<init>:()V
1: aload 1
aload 0
invokestatic io.vertx.micrometer.VertxPrometheusOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/micrometer/VertxPrometheusOptions;)V
2: return
end local 1 end local 0 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 0: new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic io.vertx.micrometer.VertxPrometheusOptionsConverter.toJson:(Lio/vertx/micrometer/VertxPrometheusOptions;Lio/vertx/core/json/JsonObject;)V
2: aload 1
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield io.vertx.micrometer.VertxPrometheusOptions.enabled:Z
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield io.vertx.micrometer.VertxPrometheusOptions.startEmbeddedServer:Z
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerOptions:Lio/vertx/core/http/HttpServerOptions;
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.micrometer.VertxPrometheusOptions.embeddedServerEndpoint:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield io.vertx.micrometer.VertxPrometheusOptions.publishQuantiles:Z
1: aload 0
areturn
end local 1 end local 0 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)