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) |
JsonObject |
encode(GraphiQLOptions value) |
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)
encode in interface JsonEncoder<GraphiQLOptions,JsonObject>public GraphiQLOptions decode(JsonObject value)
decode in interface JsonDecoder<GraphiQLOptions,JsonObject>public Class<GraphiQLOptions> getTargetClass()
getTargetClass in interface JsonDecoder<GraphiQLOptions,JsonObject>getTargetClass in interface JsonEncoder<GraphiQLOptions,JsonObject>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.