public class GraphiQLOptionsConverter extends Object
GraphiQLOptions
.
NOTE: This class has been automatically generated from the GraphiQLOptions
original class using Vert.x codegen.Constructor and Description |
---|
GraphiQLOptionsConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
GraphiQLOptions obj) |
static void |
toJson(GraphiQLOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
toJson(GraphiQLOptions obj,
Map<String,Object> json) |
public static void fromJson(Iterable<Map.Entry<String,Object>> json, GraphiQLOptions obj)
public static void toJson(GraphiQLOptions obj, io.vertx.core.json.JsonObject json)
public static void toJson(GraphiQLOptions obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.