public class OpenAPI3RequestValidationHandler extends Object implements HTTPOperationRequestValidationHandler, Handler<RoutingContext>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<OpenAPI3RequestValidationHandler> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
OpenAPI3RequestValidationHandler(Object delegate)  | 
OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
OpenAPI3RequestValidationHandler | 
getDelegate()  | 
void | 
handle(RoutingContext event)
Deprecated.  
 | 
int | 
hashCode()  | 
static OpenAPI3RequestValidationHandler | 
newInstance(OpenAPI3RequestValidationHandler arg)  | 
void | 
parseOperationSpec()
Deprecated.  
 | 
String | 
toString()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitnewInstancenewInstancepublic static final io.vertx.lang.rx.TypeArg<OpenAPI3RequestValidationHandler> __TYPE_ARG
public OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler delegate)
public OpenAPI3RequestValidationHandler(Object delegate)
public OpenAPI3RequestValidationHandler getDelegate()
getDelegate in interface HTTPOperationRequestValidationHandlergetDelegate in interface ValidationHandler@Deprecated public void handle(RoutingContext event)
handle in interface Handler<RoutingContext>handle in interface HTTPOperationRequestValidationHandlerhandle in interface ValidationHandlerevent - the event to handle@Deprecated public void parseOperationSpec()
parseOperationSpec in interface HTTPOperationRequestValidationHandlerpublic static OpenAPI3RequestValidationHandler newInstance(OpenAPI3RequestValidationHandler arg)
Copyright © 2021 Eclipse. All rights reserved.