public class ConfigEntryConverter extends Object implements JsonCodec<ConfigEntry,JsonObject>
ConfigEntry.
NOTE: This class has been automatically generated from the ConfigEntry original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static ConfigEntryConverter |
INSTANCE |
| Constructor and Description |
|---|
ConfigEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
ConfigEntry |
decode(JsonObject value) |
JsonObject |
encode(ConfigEntry value) |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
ConfigEntry obj) |
Class<ConfigEntry> |
getTargetClass() |
static void |
toJson(ConfigEntry obj,
JsonObject json) |
static void |
toJson(ConfigEntry obj,
Map<String,Object> json) |
public static final ConfigEntryConverter INSTANCE
public JsonObject encode(ConfigEntry value)
encode in interface JsonEncoder<ConfigEntry,JsonObject>public ConfigEntry decode(JsonObject value)
decode in interface JsonDecoder<ConfigEntry,JsonObject>public Class<ConfigEntry> getTargetClass()
getTargetClass in interface JsonDecoder<ConfigEntry,JsonObject>getTargetClass in interface JsonEncoder<ConfigEntry,JsonObject>public static void fromJson(Iterable<Map.Entry<String,Object>> json, ConfigEntry obj)
public static void toJson(ConfigEntry obj, JsonObject json)
public static void toJson(ConfigEntry obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.