Interface PropertyValidator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String name, java.lang.Object value)
      Method to validate the value of this property.
    • Method Detail

      • validate

        boolean validate​(java.lang.String name,
                         java.lang.Object value)
        Method to validate the value of this property.
        Parameters:
        name - Name of the property
        value - The value
        Returns:
        Whether it is valid