Interface HTTPOperationRequestValidationHandler
- All Superinterfaces:
Consumer<RoutingContext>
,io.vertx.core.Handler<RoutingContext>
,MutinyDelegate
,ValidationHandler
- All Known Implementing Classes:
OpenAPI3RequestValidationHandler
@Deprecated
public interface HTTPOperationRequestValidationHandler
extends MutinyDelegate, ValidationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Deprecated.
Base interface for HTTP request validation with API specification
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
accept
(RoutingContext item) Deprecated.io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.void
handle
(RoutingContext arg0) Deprecated.newInstance
(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg) Deprecated.void
Deprecated.
-
Method Details
-
getDelegate
io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Specified by:
getDelegate
in interfaceValidationHandler
- Returns:
- the delegate used by this Mutiny object of generated type
-
handle
Deprecated.- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
- Specified by:
handle
in interfaceValidationHandler
-
parseOperationSpec
Deprecated. -
accept
Deprecated.- Specified by:
accept
in interfaceConsumer<RoutingContext>
- Specified by:
accept
in interfaceValidationHandler
-
newInstance
static HTTPOperationRequestValidationHandler newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg) Deprecated.
-