public class GraphQLHandlerOptionsConverter extends Object implements JsonCodec<GraphQLHandlerOptions,JsonObject>
GraphQLHandlerOptions.
NOTE: This class has been automatically generated from the GraphQLHandlerOptions original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static GraphQLHandlerOptionsConverter |
INSTANCE |
| Constructor and Description |
|---|
GraphQLHandlerOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLHandlerOptions |
decode(JsonObject value) |
JsonObject |
encode(GraphQLHandlerOptions value) |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
GraphQLHandlerOptions obj) |
Class<GraphQLHandlerOptions> |
getTargetClass() |
static void |
toJson(GraphQLHandlerOptions obj,
JsonObject json) |
static void |
toJson(GraphQLHandlerOptions obj,
Map<String,Object> json) |
public static final GraphQLHandlerOptionsConverter INSTANCE
public JsonObject encode(GraphQLHandlerOptions value)
encode in interface JsonEncoder<GraphQLHandlerOptions,JsonObject>public GraphQLHandlerOptions decode(JsonObject value)
decode in interface JsonDecoder<GraphQLHandlerOptions,JsonObject>public Class<GraphQLHandlerOptions> getTargetClass()
getTargetClass in interface JsonDecoder<GraphQLHandlerOptions,JsonObject>getTargetClass in interface JsonEncoder<GraphQLHandlerOptions,JsonObject>public static void fromJson(Iterable<Map.Entry<String,Object>> json, GraphQLHandlerOptions obj)
public static void toJson(GraphQLHandlerOptions obj, JsonObject json)
public static void toJson(GraphQLHandlerOptions obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.