Interface HTTPOperationRequestValidationHandler
-
- All Superinterfaces:
io.vertx.core.Handler<RoutingContext>,ValidationHandler
- All Known Implementing Classes:
OpenAPI3RequestValidationHandler
public interface HTTPOperationRequestValidationHandler extends ValidationHandler, io.vertx.core.Handler<RoutingContext>
Base interface for HTTP request validation with API specification NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandlergetDelegate()voidhandle(RoutingContext event)Deprecated.static HTTPOperationRequestValidationHandlernewInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)voidparseOperationSpec()Deprecated.
-
-
-
Method Detail
-
getDelegate
io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler getDelegate()
- Specified by:
getDelegatein interfaceValidationHandler
-
handle
@Deprecated void handle(RoutingContext event)
Deprecated.Something has happened, so handle it.- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>- Specified by:
handlein interfaceValidationHandler- Parameters:
event- the event to handle
-
parseOperationSpec
@Deprecated void parseOperationSpec()
Deprecated.Function that parse the operation specification and generate validation rules
-
newInstance
static HTTPOperationRequestValidationHandler newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)
-
-