Uses of Interface
io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Packages that use GraphiQLHandlerBuilder Package Description io.vertx.ext.web.handler.graphql io.vertx.reactivex.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphiQLHandlerBuilder in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphiQLHandlerBuilder Modifier and Type Method Description GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. addingHeaders(java.util.function.Function<RoutingContext,MultiMap> factory)
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.static GraphiQLHandlerBuilder
GraphiQLHandler. builder(Vertx vertx)
Create a newGraphiQLHandlerBuilder
with defaultGraphiQLHandlerOptions
.GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. with(GraphiQLHandlerOptions options)
Change theGraphiQLHandlerOptions
to use. -
Uses of GraphiQLHandlerBuilder in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphiQLHandlerBuilder Modifier and Type Method Description GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphiQLHandlerBuilder Modifier and Type Method Description static GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. newInstance(GraphiQLHandlerBuilder arg)
Constructors in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphiQLHandlerBuilder Constructor Description GraphiQLHandlerBuilder(GraphiQLHandlerBuilder delegate)
-
Uses of GraphiQLHandlerBuilder in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphiQLHandlerBuilder Modifier and Type Method Description GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphiQLHandlerBuilder Modifier and Type Method Description static GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. newInstance(GraphiQLHandlerBuilder arg)
Constructors in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphiQLHandlerBuilder Constructor Description GraphiQLHandlerBuilder(GraphiQLHandlerBuilder delegate)
-