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 Type
    Method
    Description
    default void
    Deprecated.
     
    io.vertx.ext.web.api.validation.ValidationHandler
    Deprecated.
     
    void
    Deprecated.
    newInstance(io.vertx.ext.web.api.validation.ValidationHandler arg)
    Deprecated.
     

    Methods inherited from interface java.util.function.Consumer

    andThen