Package | Description |
---|---|
io.vertx.ext.web.api.contract | |
io.vertx.ext.web.api.contract.openapi3 |
Modifier and Type | Method and Description |
---|---|
RouterFactory |
RouterFactory.addGlobalHandler(io.vertx.core.Handler<RoutingContext> globalHandler)
Deprecated.
Add global handler to be applied prior to
Router being generated. |
RouterFactory |
RouterFactory.addSecurityHandler(String securitySchemaName,
io.vertx.core.Handler<RoutingContext> handler)
Deprecated.
Mount to paths that have to follow a security schema a security handler
|
RouterFactory |
RouterFactory.setBodyHandler(BodyHandler bodyHandler)
Deprecated.
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files
|
RouterFactory |
RouterFactory.setExtraOperationContextPayloadMapper(Function<RoutingContext,io.vertx.core.json.JsonObject> extraOperationContextPayloadMapper)
Deprecated.
When set, this function is called while creating the payload of
OperationRequest |
RouterFactory |
RouterFactory.setNotImplementedFailureHandler(io.vertx.core.Handler<RoutingContext> notImplementedFailureHandler)
Deprecated.
You must use
Router.errorHandler(int, Handler) with 501 error |
RouterFactory |
RouterFactory.setOptions(RouterFactoryOptions options)
Deprecated.
Set options of router factory.
|
RouterFactory |
RouterFactory.setValidationFailureHandler(io.vertx.core.Handler<RoutingContext> validationFailureHandler)
Deprecated.
Router Factory won't manage the validation errors anymore. You must use
Router.errorHandler(int, Handler) with 400 error |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenAPI3RouterFactory
Deprecated.
You should use the new module vertx-web-openapi
|
Copyright © 2020 Eclipse. All rights reserved.