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