Uses of Class
com.opencsv.validators.LineValidatorAggregator
-
Packages that use LineValidatorAggregator Package Description com.opencsv 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 LineValidatorAggregator Modifier and Type Field Description private LineValidatorAggregator
CSVReader. lineValidatorAggregator
protected LineValidatorAggregator
CSVReaderBaseBuilder. lineValidatorAggregator
Methods in com.opencsv that return LineValidatorAggregator Modifier and Type Method Description LineValidatorAggregator
CSVReaderBaseBuilder. getLineValidatorAggregator()
Constructors in com.opencsv with parameters of type LineValidatorAggregator 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.
-