Class GraphiQLHandlerBuilder
- java.lang.Object
-
- io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
public class GraphiQLHandlerBuilder extends Object
A builder forGraphiQLHandler
instances. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<GraphiQLHandlerBuilder>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description GraphiQLHandlerBuilder(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder delegate)
GraphiQLHandlerBuilder(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphiQLHandlerBuilder
addingHeaders(Function<RoutingContext,MultiMap> factory)
GraphiQLHandler
build()
boolean
equals(Object o)
io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
getDelegate()
int
hashCode()
static GraphiQLHandlerBuilder
newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder arg)
String
toString()
GraphiQLHandlerBuilder
with(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<GraphiQLHandlerBuilder> __TYPE_ARG
-
-
Constructor Detail
-
GraphiQLHandlerBuilder
public GraphiQLHandlerBuilder(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder delegate)
-
GraphiQLHandlerBuilder
public GraphiQLHandlerBuilder(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder getDelegate()
-
with
public GraphiQLHandlerBuilder with(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
- Parameters:
options
-- Returns:
- a reference to this, so the API can be used fluently
-
addingHeaders
public GraphiQLHandlerBuilder addingHeaders(Function<RoutingContext,MultiMap> factory)
- Parameters:
factory
-- Returns:
- a reference to this, so the API can be used fluently
-
build
public GraphiQLHandler build()
- Returns:
- a new instance of
GraphiQLHandler
-
newInstance
public static GraphiQLHandlerBuilder newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder arg)
-
-