Class OpenAPI3RequestValidationHandler
- java.lang.Object
-
- io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<RoutingContext>
,HTTPOperationRequestValidationHandler
,ValidationHandler
public class OpenAPI3RequestValidationHandler extends Object implements HTTPOperationRequestValidationHandler, io.vertx.core.Handler<RoutingContext>
NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<OpenAPI3RequestValidationHandler>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description OpenAPI3RequestValidationHandler(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler delegate)
OpenAPI3RequestValidationHandler(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<OpenAPI3RequestValidationHandler> __TYPE_ARG
-
-
Constructor Detail
-
OpenAPI3RequestValidationHandler
public OpenAPI3RequestValidationHandler(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler delegate)
-
OpenAPI3RequestValidationHandler
public OpenAPI3RequestValidationHandler(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler getDelegate()
- Specified by:
getDelegate
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
getDelegate
in interfaceValidationHandler
-
handle
@Deprecated public void handle(RoutingContext event)
Deprecated.Something has happened, so handle it.- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
- Specified by:
handle
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
handle
in interfaceValidationHandler
- Parameters:
event
- the event to handle
-
parseOperationSpec
@Deprecated public void parseOperationSpec()
Deprecated.Function that parse the operation specification and generate validation rules- Specified by:
parseOperationSpec
in interfaceHTTPOperationRequestValidationHandler
-
newInstance
public static OpenAPI3RequestValidationHandler newInstance(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler arg)
-
-