Uses of Class
com.opencsv.validators.RowValidatorAggregator
-
Packages that use RowValidatorAggregator Package Description com.opencsv 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 RowValidatorAggregator Modifier and Type Field Description private RowValidatorAggregatorCSVReader. rowValidatorAggregatorprotected RowValidatorAggregatorCSVReaderBaseBuilder. rowValidatorAggregatorMethods in com.opencsv that return RowValidatorAggregator Modifier and Type Method Description RowValidatorAggregatorCSVReaderBaseBuilder. getRowValidatorAggregator()Constructors in com.opencsv with parameters of type RowValidatorAggregator Constructor Description CSVReader(java.io.Reader reader, int line, ICSVParser icsvParser, boolean keepCR, boolean verifyReader, int multilineLimit, java.util.Locale errorLocale, LineValidatorAggregator lineValidatorAggregator, RowValidatorAggregator rowValidatorAggregator, RowProcessor rowProcessor)Constructs CSVReader with supplied CSVParser.CSVReaderHeaderAware(java.io.Reader reader, int skipLines, ICSVParser parser, boolean keepCR, boolean verifyReader, int multilineLimit, java.util.Locale errorLocale, LineValidatorAggregator lineValidatorAggregator, RowValidatorAggregator rowValidatorAggregator, RowProcessor rowProcessor)Supports non-deprecated constructor from the parent class.
-