Skip navigation links
vertx-web-graphql 3.7.1.redhat-00012
A C D F G I L Q S T V 

A

accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Execute with the provided arguments.

C

create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.

D

dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the DataLoaderRegistry.
DEFAULT_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Whether GraphiQL development tool should be enabled by default = false.
DEFAULT_REQUEST_BATCHING_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request batching should be enabled by default = false.

F

fromJson(Iterable<Map.Entry<String, Object>>, GraphiQLOptions) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphQLHandlerOptions) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 

G

get(DataFetchingEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxDataFetcher
 
get(DataFetchingEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxPropertyDataFetcher
 
getGraphiQLOptions() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
getGraphQLUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
 
getHeaders() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
 
getQuery() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
 
getVariables() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
 
GraphiQLOptions - Class in io.vertx.ext.web.handler.graphql
Embedded GraphiQL user interface options.
GraphiQLOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Default constructor.
GraphiQLOptions(GraphiQLOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Copy constructor.
GraphiQLOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Constructor to create options from JSON.
GraphiQLOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter for GraphiQLOptions.
GraphiQLOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLOptionsConverter
 
graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
GraphQLHandler - Interface in io.vertx.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
Options for configuring the GraphQLHandler.
GraphQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Default constructor.
GraphQLHandlerOptions(GraphQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Copy constructor.
GraphQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Constructor to create options from JSON.
GraphQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter for GraphQLHandlerOptions.
GraphQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 

I

io.vertx.ext.web.handler.graphql - package io.vertx.ext.web.handler.graphql
 
isEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
 
isRequestBatchingEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 

L

load(List<K>, BatchLoaderEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxBatchLoader
 

Q

queryContext(Function<RoutingContext, Object>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the query context object.

S

setEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Whether the GraphiQL development tool should be enabled.
setGraphiQLOptions(GraphiQLOptions) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Configure the GraphiQL development tool.
setGraphQLUri(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Set the GraphQL endpoint URI.
setHeaders(Map<String, String>) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
A fixed set of HTTP headers to add to GraphiQL requests.
setQuery(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Initial value of the query area in the GraphiQL user interface.
setRequestBatchingEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request batching should be enabled.
setVariables(JsonObject) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
Initial value of the variables area in the GraphiQL user interface.

T

toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLOptions
 
toJson(GraphiQLOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLOptionsConverter
 
toJson(GraphiQLOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
toJson(GraphQLHandlerOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
toJson(GraphQLHandlerOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
TriConsumer<T,U,V> - Interface in io.vertx.ext.web.handler.graphql
Like BiConsumer but accepts three arguments.

V

VertxBatchLoader<K,V> - Class in io.vertx.ext.web.handler.graphql
A BatchLoaderWithContext that works well with Vert.x callback-based APIs.
VertxBatchLoader(TriConsumer<List<K>, BatchLoaderEnvironment, Future<List<V>>>) - Constructor for class io.vertx.ext.web.handler.graphql.VertxBatchLoader
Create a new batch loader.
VertxDataFetcher<T> - Class in io.vertx.ext.web.handler.graphql
A DataFetcher that works well with Vert.x callback-based APIs.
VertxDataFetcher(BiConsumer<DataFetchingEnvironment, Future<T>>) - Constructor for class io.vertx.ext.web.handler.graphql.VertxDataFetcher
Create a new data fetcher.
VertxPropertyDataFetcher - Class in io.vertx.ext.web.handler.graphql
Extends PropertyDataFetcher so that properties can be read from a JsonObject.
VertxPropertyDataFetcher(String) - Constructor for class io.vertx.ext.web.handler.graphql.VertxPropertyDataFetcher
 
A C D F G I L Q S T V 
Skip navigation links
vertx-web-graphql 3.7.1.redhat-00012

Copyright © 2019 Eclipse. All rights reserved.