Interface Validator

    • Method Detail

      • validate

        void validate​(Object value,
                      Errors errors)
        Validates a value.
        Parameters:
        value - the value to validate (can be null).
        errors - the structure to populate if the validation failed.
      • getConfiguration

        Map<String,​ObjectgetConfiguration()
        Retrieves the configuration of the validator.
        Returns:
        a map containing the configuration information.