interface HTTPOperationRequestValidationHandler : ValidationHandler, Handler<RoutingContext>
Base interface for HTTP request validation with API specification NOTE: This class has been automatically generated from the io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler non RX-ified interface using Vert.x codegen.
abstract fun getDelegate(): HTTPOperationRequestValidationHandler |
|
abstract fun handle(arg0: RoutingContext): Unit |
|
open static fun newInstance(arg: HTTPOperationRequestValidationHandler): HTTPOperationRequestValidationHandler |
|
abstract fun parseOperationSpec(): Unit
Function that parse the operation specification and generate validation rules |
open class OpenAPI3RequestValidationHandler : HTTPOperationRequestValidationHandler, Handler<RoutingContext>
NOTE: This class has been automatically generated from the io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler non RX-ified interface using Vert.x codegen. |