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