Package | Description |
---|---|
io.vertx.ext.web.handler.graphql | |
io.vertx.reactivex.ext.web.handler.graphql | |
io.vertx.rxjava.ext.web.handler.graphql | |
io.vertx.rxjava3.ext.web.handler.graphql |
Modifier and Type | Method and Description |
---|---|
GraphiQLHandler |
GraphiQLHandlerBuilder.build() |
static GraphiQLHandler |
GraphiQLHandler.create()
Deprecated.
as of 4.5.1, use
create(Vertx) , with router() |
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Deprecated.
as of 4.5.1, use
create(Vertx, GraphiQLHandlerOptions) , with router() |
static GraphiQLHandler |
GraphiQLHandler.create(Vertx vertx)
Create a new
GraphiQLHandler . |
static GraphiQLHandler |
GraphiQLHandler.create(Vertx vertx,
GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
GraphiQLHandler |
GraphiQLHandler.graphiQLRequestHeaders(java.util.function.Function<RoutingContext,MultiMap> factory)
Deprecated.
as of 4.5.1, use
builder(Vertx) instead |
Modifier and Type | Method and Description |
---|---|
GraphiQLHandler |
GraphiQLHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.newInstance(GraphiQLHandler arg) |
Constructor and Description |
---|
GraphiQLHandler(GraphiQLHandler delegate) |
Modifier and Type | Method and Description |
---|---|
GraphiQLHandler |
GraphiQLHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.newInstance(GraphiQLHandler arg) |
Constructor and Description |
---|
GraphiQLHandler(GraphiQLHandler delegate) |
Modifier and Type | Method and Description |
---|---|
GraphiQLHandler |
GraphiQLHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.newInstance(GraphiQLHandler arg) |
Constructor and Description |
---|
GraphiQLHandler(GraphiQLHandler delegate) |
Copyright © 2024 Eclipse. All rights reserved.