Class OpenAPI3RequestValidationHandler
java.lang.Object
io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- All Implemented Interfaces:
MutinyDelegate
,io.vertx.core.Handler<RoutingContext>
,HTTPOperationRequestValidationHandler
,ValidationHandler
,Consumer<RoutingContext>
public class OpenAPI3RequestValidationHandler
extends Object
implements MutinyDelegate, HTTPOperationRequestValidationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpenAPI3RequestValidationHandler
(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler delegate) OpenAPI3RequestValidationHandler
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(RoutingContext item) boolean
io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
void
handle
(RoutingContext arg0) Deprecated.int
hashCode()
newInstance
(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler arg) void
Deprecated.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OpenAPI3RequestValidationHandler
public OpenAPI3RequestValidationHandler(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler delegate) -
OpenAPI3RequestValidationHandler
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler getDelegate()- Specified by:
getDelegate
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
getDelegate
in interfaceMutinyDelegate
- Specified by:
getDelegate
in interfaceValidationHandler
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handle
Deprecated.- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
- Specified by:
handle
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
handle
in interfaceValidationHandler
-
parseOperationSpec
Deprecated.- Specified by:
parseOperationSpec
in interfaceHTTPOperationRequestValidationHandler
-
accept
- Specified by:
accept
in interfaceConsumer<RoutingContext>
- Specified by:
accept
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
accept
in interfaceValidationHandler
-
newInstance
public static OpenAPI3RequestValidationHandler newInstance(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler arg)
-