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