Modifier and Type | Method and Description |
---|---|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setEnabled(boolean enabled)
Whether the GraphiQL development tool should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphQLUri(String graphQLUri)
Set the GraphQL HTTP endpoint URI.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphQLWSEnabled(boolean graphQLWSEnabled)
Whether the GraphQLWS transport should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphWSQLUri(String graphQLWSUri)
Set the GraphQLWS endpoint URI.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setHeaders(Map<String,String> headers)
A fixed set of HTTP headers to add to GraphiQL requests.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setHttpEnabled(boolean httpEnabled)
Whether the HTTP transport should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setQuery(String query)
Initial value of the query area in the GraphiQL user interface.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setVariables(JsonObject variables)
Initial value of the variables area in the GraphiQL user interface.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setWsConnectionParams(JsonObject wsConnectionParams)
Initial GraphQLWS connection params.
|
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
static void |
GraphiQLHandlerOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
GraphiQLHandlerOptions obj) |
static void |
GraphiQLHandlerOptionsConverter.toJson(GraphiQLHandlerOptions obj,
JsonObject json) |
static void |
GraphiQLHandlerOptionsConverter.toJson(GraphiQLHandlerOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
GraphiQLHandlerOptions(GraphiQLHandlerOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
Copyright © 2023 Eclipse. All rights reserved.