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, wait
newInstance
newInstance
public static final io.vertx.lang.rx.TypeArg<OpenAPI3RequestValidationHandler> __TYPE_ARG
public OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler delegate)
public OpenAPI3RequestValidationHandler(Object delegate)
public OpenAPI3RequestValidationHandler getDelegate()
getDelegate
in interface HTTPOperationRequestValidationHandler
getDelegate
in interface ValidationHandler
@Deprecated public void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
handle
in interface HTTPOperationRequestValidationHandler
handle
in interface ValidationHandler
event
- the event to handle@Deprecated public void parseOperationSpec()
parseOperationSpec
in interface HTTPOperationRequestValidationHandler
public static OpenAPI3RequestValidationHandler newInstance(OpenAPI3RequestValidationHandler arg)
Copyright © 2023 Eclipse. All rights reserved.