Class GraphiQLHandler
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- All Implemented Interfaces:
MutinyDelegate
A handler for GraphiQL resources.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Thomas Segismont
- See Also:
-
GraphiQLHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphiQLHandler(io.vertx.ext.web.handler.graphql.GraphiQLHandler delegate) Create a new instance ofGraphiQLHandlerdelegating to the given (non-null) instance ofGraphiQLHandler.GraphiQLHandler(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphiQLHandlerBuilderCreate a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlerCreate a newGraphiQLHandler.static GraphiQLHandlerCreate a newGraphiQLHandler.booleanio.vertx.ext.web.handler.graphql.GraphiQLHandlerGet the delegate instance.inthashCode()static GraphiQLHandlernewInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler delegate) Creates a new instance of theGraphiQLHandler.router()Creates a router configured to serve GraphiQL resources.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GraphiQLHandler
public GraphiQLHandler(io.vertx.ext.web.handler.graphql.GraphiQLHandler delegate) Create a new instance ofGraphiQLHandlerdelegating to the given (non-null) instance ofGraphiQLHandler. -
GraphiQLHandler
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.GraphiQLHandler getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a newGraphiQLHandler.The handler will be configured with default
options. -
create
public static GraphiQLHandler create(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options) Create a newGraphiQLHandler.The handler will be configured with the given
options.- Parameters:
options- options for configuring theGraphiQLHandler
-
builder
Create a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions. -
router
Creates a router configured to serve GraphiQL resources.- Returns:
- a router to be mounted on an existing
Route - See Also:
-
io.vertx.ext.web.Route#subRouter(Router)
-
newInstance
public static GraphiQLHandler newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler delegate) Creates a new instance of theGraphiQLHandler. -
hashCode
public int hashCode() -
equals
-
toString
-