Uses of Class
com.opencsv.validators.LineValidatorAggregator
Packages that use LineValidatorAggregator
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of LineValidatorAggregator in com.opencsv
Fields in com.opencsv declared as LineValidatorAggregatorModifier and TypeFieldDescriptionprivate final LineValidatorAggregator
CSVReader.lineValidatorAggregator
protected final LineValidatorAggregator
CSVReaderBaseBuilder.lineValidatorAggregator
Methods in com.opencsv that return LineValidatorAggregatorConstructors in com.opencsv with parameters of type LineValidatorAggregatorModifierConstructorDescription(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.