public class GraphiQLHandlerBuilder extends Object
GraphiQLHandler instances.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<GraphiQLHandlerBuilder> |
__TYPE_ARG |
| Constructor and Description |
|---|
GraphiQLHandlerBuilder(GraphiQLHandlerBuilder delegate) |
GraphiQLHandlerBuilder(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
GraphiQLHandlerBuilder |
addingHeaders(java.util.function.Function<RoutingContext,MultiMap> factory)
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
|
GraphiQLHandler |
build() |
boolean |
equals(Object o) |
GraphiQLHandlerBuilder |
getDelegate() |
int |
hashCode() |
static GraphiQLHandlerBuilder |
newInstance(GraphiQLHandlerBuilder arg) |
String |
toString() |
GraphiQLHandlerBuilder |
with(GraphiQLHandlerOptions options)
Change the
GraphiQLHandlerOptions to use. |
public static final io.vertx.lang.rx.TypeArg<GraphiQLHandlerBuilder> __TYPE_ARG
public GraphiQLHandlerBuilder(GraphiQLHandlerBuilder delegate)
public GraphiQLHandlerBuilder(Object delegate)
public GraphiQLHandlerBuilder getDelegate()
public GraphiQLHandlerBuilder with(GraphiQLHandlerOptions options)
GraphiQLHandlerOptions to use.options - public GraphiQLHandlerBuilder addingHeaders(java.util.function.Function<RoutingContext,MultiMap> factory)
GraphiQLHandlerOptions.
This can be useful if, for example, the server is protected by authentication.
factory - public GraphiQLHandler build()
GraphiQLHandlerpublic static GraphiQLHandlerBuilder newInstance(GraphiQLHandlerBuilder arg)
Copyright © 2024 Eclipse. All rights reserved.