Package com.opencsv.validators
-
Interface Summary Interface Description LineValidator This is the interface for validators for aStringread by theReaderin theCSVReaderbefore it is processed.RowValidator This is the interface for validators for an array ofStrings read by theCSVReaderafter it is processed. -
Class Summary Class Description LineValidatorAggregator The aggregator's purpose is to collect multipleLineValidators 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's purpose is to collect multipleRowValidators and run them against a single array of strings.