Uses of Class
io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
-
Packages that use GraphiQLHandler Package Description io.vertx.rxjava.ext.web.handler.graphql -
-
Uses of GraphiQLHandler in io.vertx.rxjava.ext.web.handler.graphql
Fields in io.vertx.rxjava.ext.web.handler.graphql with type parameters of type GraphiQLHandler Modifier and Type Field Description static TypeArg<GraphiQLHandler>
GraphiQLHandler. __TYPE_ARG
Methods in io.vertx.rxjava.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandler
GraphiQLHandlerBuilder. build()
static GraphiQLHandler
GraphiQLHandler. create()
Deprecated.static GraphiQLHandler
GraphiQLHandler. create(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
Deprecated.static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx)
Create a newGraphiQLHandler
.static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
Create a newGraphiQLHandler
.GraphiQLHandler
GraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)
Deprecated.static GraphiQLHandler
GraphiQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler arg)
-