Uses of Interface
com.opencsv.processor.RowProcessor
Packages that use RowProcessor
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of RowProcessor in com.opencsv
Fields in com.opencsv declared as RowProcessorModifier and TypeFieldDescriptionprivate final RowProcessor
CSVReader.rowProcessor
protected RowProcessor
CSVReaderBaseBuilder.rowProcessor
Methods in com.opencsv with parameters of type RowProcessorModifier and TypeMethodDescriptionCSVReaderBuilder.withRowProcessor
(RowProcessor rowProcessor) Adds aRowProcessor
to theCSVReader
.CSVReaderHeaderAwareBuilder.withRowProcessor
(RowProcessor rowProcessor) Adds aRowProcessor
to theCSVReaderHeaderAware
.Constructors in com.opencsv with parameters of type RowProcessorModifierConstructorDescription(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.