Interface ExcelValidationEngineAwareValidator
- All Known Implementing Classes:
DefaultExcelValidationEngineAwareValidator
public interface ExcelValidationEngineAwareValidator
Validator which uses platform validation engine. The validator is invoked for every cell in excel and the validation
is not translator aware.
-
Method Summary
Modifier and TypeMethodDescriptionvalidate(ExcelAttribute excelAttribute, ImportParameters importParameters) Validates currently processed cell's value
-
Method Details
-
validate
Validates currently processed cell's value- Parameters:
excelAttribute-ExcelAttributerepresentation of currently processed attributeimportParameters-ImportParameterslist of parsed import parameters- Returns:
- validation result
-