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