Class DefaultValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String value)
      Validate the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultValidator

        public DefaultValidator()
    • Method Detail

      • validate

        public boolean validate​(java.lang.String value)
        Description copied from interface: ParameterValidator
        Validate the value.
        Specified by:
        validate in interface ParameterValidator
        Parameters:
        value - - value of the parameter
        Returns:
        true if it is valid