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