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