Uses of Class
com.opencsv.bean.CsvToBeanBuilder
Packages that use CsvToBeanBuilder
-
Uses of CsvToBeanBuilder in com.opencsv.bean
Methods in com.opencsv.bean that return CsvToBeanBuilderModifier and TypeMethodDescriptionCsvToBeanBuilder.withErrorLocale
(Locale errorLocale) Sets the locale for all error messages.CsvToBeanBuilder.withEscapeChar
(char escapeChar) CsvToBeanBuilder.withExceptionHandler
(CsvExceptionHandler exceptionHandler) Sets the handler for recoverable exceptions raised during processing of records.CsvToBeanBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator indicator) CsvToBeanBuilder.withFilter
(CsvToBeanFilter filter) CsvToBeanBuilder.withIgnoreEmptyLine
(boolean ignore) CsvToBeanBuilder.withIgnoreField
(Class<?> type, Field field) Adds aField
to the list of fields opencsv should ignore completely.CsvToBeanBuilder.withIgnoreLeadingWhiteSpace
(boolean ignoreLeadingWhiteSpace) CsvToBeanBuilder.withIgnoreQuotations
(boolean ignoreQuotations) CsvToBeanBuilder.withKeepCarriageReturn
(boolean keepCR) CsvToBeanBuilder.withMappingStrategy
(MappingStrategy<? extends T> mappingStrategy) CsvToBeanBuilder.withMultilineLimit
(int multilineLimit) Sets the maximum number of lines allowed in a multiline record.CsvToBeanBuilder.withOrderedResults
(boolean orderedResults) Sets whether the resulting beans must be ordered as in the input.CsvToBeanBuilder.withProfile
(String profile) Selects a profile for deciding which configurations to use for the bean fields.CsvToBeanBuilder.withQuoteChar
(char quoteChar) CsvToBeanBuilder.withSeparator
(char separator) CsvToBeanBuilder.withSkipLines
(int skipLines) CsvToBeanBuilder.withStrictQuotes
(boolean strictQuotes) CsvToBeanBuilder.withThrowExceptions
(boolean throwExceptions) Sets how the CsvToBean will act when an exception occurs.Sets the type of the bean to be populated.CsvToBeanBuilder.withVerifier
(BeanVerifier<T> verifier) Adds aBeanVerifier
to the list of verifiers to run on all beans created.CsvToBeanBuilder.withVerifyReader
(boolean verifyReader)