Interface Ruler

  • All Known Implementing Classes:
    BaseRuler

    public interface Ruler
    • Method Detail

      • verify

        io.vertx.up.exception.WebException verify​(String field,
                                                  Object value,
                                                  Rule rule)
        Verify each field for @BodyParam
        Parameters:
        field - Input field of the data structure
        value - The input field reflect value literal
        rule - The rule that has been defined.
        Returns:
        WebException that the validated error here.