Class GraphiQLHandler
java.lang.Object
io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphiQLHandlerBuilderCreate a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlerCreate a newGraphiQLHandler.static GraphiQLHandlercreate(Vertx vertx, GraphiQLHandlerOptions options) Create a newGraphiQLHandler.booleaninthashCode()static GraphiQLHandlerrouter()Creates a router configured to serve GraphiQL resources.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GraphiQLHandler
-
GraphiQLHandler
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Create a newGraphiQLHandler.The handler will be configured with default
GraphiQLHandlerOptions.- Parameters:
vertx-- Returns:
-
create
Create a newGraphiQLHandler.The handler will be configured with the given
options.- Parameters:
vertx-options- options for configuring theGraphiQLHandler- Returns:
-
builder
Create a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.- Parameters:
vertx-- Returns:
-
router
-
newInstance
-