Interface HTTPOperationRequestValidationHandler
-
- All Superinterfaces:
Handler<RoutingContext>
,RxDelegate
,ValidationHandler
- All Known Implementing Classes:
OpenAPI3RequestValidationHandler
@Deprecated public interface HTTPOperationRequestValidationHandler extends RxDelegate, ValidationHandler, Handler<RoutingContext>
Deprecated.Base interface for HTTP request validation with API specification NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description HTTPOperationRequestValidationHandler
getDelegate()
Deprecated.void
handle(RoutingContext event)
Deprecated.static HTTPOperationRequestValidationHandler
newInstance(HTTPOperationRequestValidationHandler arg)
Deprecated.void
parseOperationSpec()
Deprecated.
-
-
-
Method Detail
-
getDelegate
HTTPOperationRequestValidationHandler getDelegate()
Deprecated.- Specified by:
getDelegate
in interfaceRxDelegate
- Specified by:
getDelegate
in interfaceValidationHandler
-
handle
@Deprecated void handle(RoutingContext event)
Deprecated.Something has happened, so handle it.- Specified by:
handle
in interfaceHandler<RoutingContext>
- Specified by:
handle
in 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(HTTPOperationRequestValidationHandler arg)
Deprecated.
-
-