Interface PropertyValueValidator<O>


  • public interface PropertyValueValidator<O>
    This interface define the validators for the values of the properties.
    Author:
    javaito
    • Method Summary

      Modifier and Type Method Description
      boolean validate​(O value)
      This method is to validate the value to be returned
    • Method Detail

      • validate

        boolean validate​(O value)
        This method is to validate the value to be returned
        Parameters:
        value - Value to be returned
        Returns:
        True if the value is valid and false if the value is not valid.