Class OpenAPI3RequestValidationHandler
- java.lang.Object
-
- io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
-
- All Implemented Interfaces:
Handler<RoutingContext>,RxDelegate,HTTPOperationRequestValidationHandler,ValidationHandler
@Deprecated public class OpenAPI3RequestValidationHandler extends Object implements RxDelegate, HTTPOperationRequestValidationHandler, Handler<RoutingContext>
Deprecated.NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<OpenAPI3RequestValidationHandler>__TYPE_ARGDeprecated.
-
Constructor Summary
Constructors Constructor Description OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler delegate)Deprecated.OpenAPI3RequestValidationHandler(Object delegate)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.OpenAPI3RequestValidationHandlergetDelegate()Deprecated.voidhandle(RoutingContext event)Deprecated.inthashCode()Deprecated.static OpenAPI3RequestValidationHandlernewInstance(OpenAPI3RequestValidationHandler arg)Deprecated.voidparseOperationSpec()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<OpenAPI3RequestValidationHandler> __TYPE_ARG
Deprecated.
-
-
Constructor Detail
-
OpenAPI3RequestValidationHandler
public OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler delegate)
Deprecated.
-
OpenAPI3RequestValidationHandler
public OpenAPI3RequestValidationHandler(Object delegate)
Deprecated.
-
-
Method Detail
-
getDelegate
public OpenAPI3RequestValidationHandler getDelegate()
Deprecated.- Specified by:
getDelegatein interfaceHTTPOperationRequestValidationHandler- Specified by:
getDelegatein interfaceRxDelegate- Specified by:
getDelegatein interfaceValidationHandler
-
handle
@Deprecated public void handle(RoutingContext event)
Deprecated.Something has happened, so handle it.- Specified by:
handlein interfaceHandler<RoutingContext>- Specified by:
handlein interfaceHTTPOperationRequestValidationHandler- Specified by:
handlein 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:
parseOperationSpecin interfaceHTTPOperationRequestValidationHandler
-
newInstance
public static OpenAPI3RequestValidationHandler newInstance(OpenAPI3RequestValidationHandler arg)
Deprecated.
-
-