public interface HTTPOperationRequestValidationHandler extends ValidationHandler, io.vertx.core.Handler<RoutingContext>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Method and Description |
|---|---|
io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
static HTTPOperationRequestValidationHandler |
newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg) |
void |
parseOperationSpec()
Function that parse the operation specification and generate validation rules
|
newInstanceio.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler getDelegate()
getDelegate in interface ValidationHandlervoid handle(RoutingContext event)
handle in interface io.vertx.core.Handler<RoutingContext>handle in interface ValidationHandlerevent - the event to handlevoid parseOperationSpec()
static HTTPOperationRequestValidationHandler newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)
Copyright © 2022 Eclipse. All rights reserved.