Class ValidationHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<RoutingContext>

    public class ValidationHandler
    extends Object
    implements io.vertx.core.Handler<RoutingContext>
    This is the entry point of this module. Provides the parsing, validation and puts the parsed objects into .
    You can easily build a new validation handler using a , that you can create with .
    For more info read the doc.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • ValidationHandler

        public ValidationHandler​(io.vertx.ext.web.validation.ValidationHandler delegate)
      • ValidationHandler

        public ValidationHandler​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

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

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

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