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