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