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