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