Package com.opencsv.validators
-
Interface Summary Interface Description LineValidator This is the interface for validators for aString
read by theReader
in theCSVReader
before it is processed.RowValidator This is the interface for validators for an array ofString
s read by theCSVReader
after it is processed. -
Class Summary Class Description LineValidatorAggregator The aggregator purpose is to collect multiple LineValidators and run them against a single line.RowFunctionValidator This validator is best used to validate a specific property of the row - either about a specific element or information about the array itself.RowMustHaveSameNumberOfColumnsAsFirstRowValidator This validator is used when the number of columns is not neccessarily known but must be consistent.RowValidatorAggregator The aggregator purpose is to collect multiple RowValidators and run them against a single array of Strings.