Interface ValidationHandler
- All Superinterfaces:
Consumer<RoutingContext>
,io.vertx.core.Handler<RoutingContext>
,MutinyDelegate
- All Known Subinterfaces:
HTTPOperationRequestValidationHandler
- All Known Implementing Classes:
HTTPRequestValidationHandler
,OpenAPI3RequestValidationHandler
@Deprecated
public interface ValidationHandler
extends MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Deprecated.
Base interface for validation.
For basic HTTP Request Validator, use
HTTPRequestValidationHandler
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.validation.ValidationHandler
Deprecated.void
handle
(RoutingContext arg0) Deprecated.static ValidationHandler
newInstance
(io.vertx.ext.web.api.validation.ValidationHandler arg) Deprecated.
-
Method Details
-
getDelegate
io.vertx.ext.web.api.validation.ValidationHandler getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
handle
Deprecated.- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
-
accept
Deprecated.- Specified by:
accept
in interfaceConsumer<RoutingContext>
-
newInstance
Deprecated.
-