Class GraphiQLHandlerBuilder
- java.lang.Object
-
- io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
public class GraphiQLHandlerBuilder extends Object
A builder forGraphiQLHandlerinstances. NOTE: This class has been automatically generated from theoriginalnon 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 GraphiQLHandlerBuilderaddingHeaders(Function<RoutingContext,MultiMap> factory)GraphiQLHandlerbuild()booleanequals(Object o)io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuildergetDelegate()inthashCode()static GraphiQLHandlerBuildernewInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder arg)StringtoString()GraphiQLHandlerBuilderwith(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)
-
-