Class GraphQLHandlerBuilder
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- All Implemented Interfaces:
- MutinyDelegate
A builder for 
GraphQLHandler instances.
 
 NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGraphQLHandlerBuilder(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder delegate) GraphQLHandlerBuilder(Object delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionbeforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) build()booleanio.vertx.ext.web.handler.graphql.GraphQLHandlerBuilderinthashCode()static GraphQLHandlerBuildernewInstance(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder arg) toString()with(io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options) 
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
GraphQLHandlerBuilderpublic GraphQLHandlerBuilder(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder delegate) 
- 
GraphQLHandlerBuilder
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
with- Parameters:
- options-
- Returns:
- a reference to this, so the API can be used fluently
 
- 
beforeExecutepublic GraphQLHandlerBuilder beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) - Parameters:
- beforeExecuteHandler- the callback to invoke
- Returns:
 
- 
build- Returns:
- a new instance of GraphQLHandler
 
- 
newInstancepublic static GraphQLHandlerBuilder newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder arg) 
 
-