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