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.