public class CSVReaderHeaderAwareBuilder extends CSVReaderBuilder
| Constructor and Description |
|---|
CSVReaderHeaderAwareBuilder(Reader reader)
Constructor for CSVReaderHeaderAwareBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
CSVReaderHeaderAware |
build()
Creates the CSVReader.
|
getCsvParser, getErrorLocale, getLineValidatorAggregator, getMultilineLimit, getOrCreateCsvParser, getReader, getRowValidatorAggregator, getSkipLines, isVerifyReader, keepCarriageReturn, withCSVParser, withErrorLocale, withFieldAsNull, withKeepCarriageReturn, withLineValidator, withMultilineLimit, withRowProcessor, withRowValidator, withSkipLines, withVerifyReaderpublic CSVReaderHeaderAwareBuilder(Reader reader)
reader - The reader to an underlying CSV source.public CSVReaderHeaderAware build() throws RuntimeException
CSVReaderBuilderbuild in class CSVReaderBuilderRuntimeExceptionCopyright © 2019. All rights reserved.