Uses of Package
com.opencsv.validators
-
Packages that use com.opencsv.validators Package Description com.opencsv A very simple CSV parser for Java released under a commercial-friendly license.com.opencsv.validators -
Classes in com.opencsv.validators used by com.opencsv Class Description LineValidator This is the interface for validators for aStringread by theReaderin theCSVReaderbefore it is processed.LineValidatorAggregator The aggregator's purpose is to collect multipleLineValidators and run them against a single line.RowValidator This is the interface for validators for an array ofStrings read by theCSVReaderafter it is processed.RowValidatorAggregator The aggregator's purpose is to collect multipleRowValidators and run them against a single array of strings. -
Classes in com.opencsv.validators used by com.opencsv.validators Class 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.