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