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