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 RowProcessorCSVReader.rowProcessorprotected RowProcessorCSVReaderBaseBuilder.rowProcessorMethods in com.opencsv with parameters of type RowProcessorModifier and TypeMethodDescriptionCSVReaderBuilder.withRowProcessor(RowProcessor rowProcessor) Adds aRowProcessorto theCSVReader.CSVReaderHeaderAwareBuilder.withRowProcessor(RowProcessor rowProcessor) Adds aRowProcessorto 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.