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