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 aString
read by theReader
in theCSVReader
before it is processed.LineValidatorAggregator The aggregator purpose is to collect multiple LineValidators and run them against a single line.RowValidator This is the interface for validators for an array ofString
s read by theCSVReader
after it is processed.RowValidatorAggregator The aggregator purpose is to collect multiple RowValidators 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 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.