Uses of Interface
io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
Packages that use GraphiQLHandler Package Description io.vertx.ext.web.handler.graphql io.vertx.reactivex.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphiQLHandler in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandler
GraphiQLHandlerBuilder. build()
static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx)
Create a newGraphiQLHandler
.static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx, GraphiQLHandlerOptions options)
Create a newGraphiQLHandler
. -
Uses of GraphiQLHandler in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandler
GraphiQLHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphiQLHandler Modifier and Type Method Description static GraphiQLHandler
GraphiQLHandler. newInstance(GraphiQLHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphiQLHandler Constructor Description GraphiQLHandler(GraphiQLHandler delegate)
-
Uses of GraphiQLHandler in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandler
GraphiQLHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphiQLHandler Modifier and Type Method Description static GraphiQLHandler
GraphiQLHandler. newInstance(GraphiQLHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphiQLHandler Constructor Description GraphiQLHandler(GraphiQLHandler delegate)
-