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