Class GraphiQLHandler
java.lang.Object
io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- All Implemented Interfaces:
RxDelegate
A handler for GraphiQL resources.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphiQLHandlerBuilderbuilder(io.vertx.rxjava3.core.Vertx vertx) Create a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlercreate(io.vertx.rxjava3.core.Vertx vertx) Create a newGraphiQLHandler.static GraphiQLHandlercreate(io.vertx.rxjava3.core.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
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
create
Create a newGraphiQLHandler.The handler will be configured with default
GraphiQLHandlerOptions.- Parameters:
vertx-- Returns:
-
create
public static GraphiQLHandler create(io.vertx.rxjava3.core.Vertx vertx, GraphiQLHandlerOptions options) 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
Creates a router configured to serve GraphiQL resources.- Returns:
- a router to be mounted on an existing
Route
-
newInstance
-