Interface PropertyValidator

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      boolean isValid​(java.lang.String value)  
      default boolean isValid​(java.lang.String value, java.util.Map<java.lang.String,​java.lang.Object> props)
      Custom validator to check for any property from a defined plugin.
    • Method Detail

      • isValid

        default boolean isValid​(java.lang.String value,
                                java.util.Map<java.lang.String,​java.lang.Object> props)
                         throws ValidationException
        Custom validator to check for any property from a defined plugin.
        Parameters:
        value - Regex to validate
        props - Plugin properties
        Returns:
        Boolean indicating validity of presented values
        Throws:
        ValidationException