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 voidaccept(RoutingContext item) Deprecated.io.vertx.ext.web.api.validation.ValidationHandlerDeprecated.voidhandle(RoutingContext arg0) Deprecated.static ValidationHandlernewInstance(io.vertx.ext.web.api.validation.ValidationHandler arg) Deprecated.
-
Method Details
-
getDelegate
io.vertx.ext.web.api.validation.ValidationHandler getDelegate()Deprecated.- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
handle
Deprecated.- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-
accept
Deprecated.- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
newInstance
Deprecated.
-