Interface HTTPOperationRequestValidationHandler
- All Superinterfaces:
Consumer<RoutingContext>
,io.vertx.core.Handler<RoutingContext>
,MutinyDelegate
,ValidationHandler
- All Known Implementing Classes:
OpenAPI3RequestValidationHandler
public interface HTTPOperationRequestValidationHandler
extends MutinyDelegate, ValidationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
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) io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler
void
handle
(RoutingContext arg0) Deprecated.newInstance
(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg) void
Deprecated.
-
Method Details
-
getDelegate
io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler getDelegate()- 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
- Specified by:
accept
in interfaceConsumer<RoutingContext>
- Specified by:
accept
in interfaceValidationHandler
-
newInstance
static HTTPOperationRequestValidationHandler newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)
-