public class VertxPrometheusOptionsConverter extends Object implements JsonCodec<VertxPrometheusOptions,JsonObject>
VertxPrometheusOptions.
NOTE: This class has been automatically generated from the VertxPrometheusOptions original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static VertxPrometheusOptionsConverter |
INSTANCE |
| Constructor and Description |
|---|
VertxPrometheusOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
VertxPrometheusOptions |
decode(JsonObject value)
Decode
<J> to <T>. |
JsonObject |
encode(VertxPrometheusOptions value)
Encode
<T> to <J>. |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
VertxPrometheusOptions obj) |
Class<VertxPrometheusOptions> |
getTargetClass() |
static void |
toJson(VertxPrometheusOptions obj,
JsonObject json) |
static void |
toJson(VertxPrometheusOptions obj,
Map<String,Object> json) |
public static final VertxPrometheusOptionsConverter INSTANCE
public JsonObject encode(VertxPrometheusOptions value)
JsonEncoder<T> to <J>.
value will not be null and the implementation must not return null.encode in interface JsonEncoder<VertxPrometheusOptions,JsonObject>value - the valuepublic VertxPrometheusOptions decode(JsonObject value)
JsonDecoder<J> to <T>.
json will not be null and the implementation must not return null.decode in interface JsonDecoder<VertxPrometheusOptions,JsonObject>value - the json valuepublic Class<VertxPrometheusOptions> getTargetClass()
getTargetClass in interface JsonDecoder<VertxPrometheusOptions,JsonObject>getTargetClass in interface JsonEncoder<VertxPrometheusOptions,JsonObject><T>public static void fromJson(Iterable<Map.Entry<String,Object>> json, VertxPrometheusOptions obj)
public static void toJson(VertxPrometheusOptions obj, JsonObject json)
public static void toJson(VertxPrometheusOptions obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.