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