Interface Validator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isValid​(java.lang.String text)
      Determines if a text value is valid based on the rules of the validator.
    • Method Detail

      • isValid

        boolean isValid​(java.lang.String text)
        Determines if a text value is valid based on the rules of the validator.
        Parameters:
        text - The text to test.
        Returns:
        true if the value is valid; false, otherwise.