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