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