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