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