Class ValidationHandler

  • All Implemented Interfaces:
    Handler<RoutingContext>

    public class ValidationHandler
    extends Object
    implements 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.