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 event)
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 event)
handle in interface Handler<RoutingContext>handle in interface ValidationHandlerevent - the event to handlevoid parseOperationSpec()
static HTTPOperationRequestValidationHandler newInstance(HTTPOperationRequestValidationHandler arg)
Copyright © 2020 Eclipse. All rights reserved.