Interface ValidationHandler

    • Method Detail

      • getDelegate

        io.vertx.ext.web.api.validation.ValidationHandler getDelegate()
      • handle

        @Deprecated
        void handle​(RoutingContext event)
        Deprecated.
        Something has happened, so handle it.
        Specified by:
        handle in interface io.vertx.core.Handler<RoutingContext>
        Parameters:
        event - the event to handle
      • newInstance

        static ValidationHandler newInstance​(io.vertx.ext.web.api.validation.ValidationHandler arg)