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