Uses of Class
com.opencsv.validators.RowValidatorAggregator
Packages that use RowValidatorAggregator
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of RowValidatorAggregator in com.opencsv
Fields in com.opencsv declared as RowValidatorAggregatorModifier and TypeFieldDescriptionprivate final RowValidatorAggregator
CSVReader.rowValidatorAggregator
protected final RowValidatorAggregator
CSVReaderBaseBuilder.rowValidatorAggregator
Methods in com.opencsv that return RowValidatorAggregatorConstructors in com.opencsv with parameters of type RowValidatorAggregatorModifierConstructorDescription(package private)
CSVReader
(Reader reader, int line, ICSVParser icsvParser, boolean keepCR, boolean verifyReader, int multilineLimit, Locale errorLocale, LineValidatorAggregator lineValidatorAggregator, RowValidatorAggregator rowValidatorAggregator, RowProcessor rowProcessor) Constructs CSVReader with supplied CSVParser.(package private)
CSVReaderHeaderAware
(Reader reader, int skipLines, ICSVParser parser, boolean keepCR, boolean verifyReader, int multilineLimit, Locale errorLocale, LineValidatorAggregator lineValidatorAggregator, RowValidatorAggregator rowValidatorAggregator, RowProcessor rowProcessor) Supports non-deprecated constructor from the parent class.