Class GraphiQLHandlerBuilder
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- All Implemented Interfaces:
MutinyDelegate
A builder for
GraphiQLHandler
instances.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphiQLHandlerBuilder
(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder delegate) GraphiQLHandlerBuilder
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionaddingHeaders
(Function<RoutingContext, MultiMap> factory) build()
boolean
io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
int
hashCode()
static GraphiQLHandlerBuilder
newInstance
(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder arg) toString()
with
(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GraphiQLHandlerBuilder
public GraphiQLHandlerBuilder(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder delegate) -
GraphiQLHandlerBuilder
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
with
- Parameters:
options
-- Returns:
- a reference to this, so the API can be used fluently
-
addingHeaders
- Parameters:
factory
-- Returns:
- a reference to this, so the API can be used fluently
-
build
- Returns:
- a new instance of
GraphiQLHandler
-
newInstance
public static GraphiQLHandlerBuilder newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder arg)
-