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