Uses of Class
com.opencsv.bean.StatefulBeanToCsvBuilder
Packages that use StatefulBeanToCsvBuilder
-
Uses of StatefulBeanToCsvBuilder in com.opencsv.bean
Methods in com.opencsv.bean that return StatefulBeanToCsvBuilderModifier and TypeMethodDescriptionStatefulBeanToCsvBuilder.withApplyQuotesToAll(boolean applyQuotesToAll) Sets whether all outputs should be put in quotes.StatefulBeanToCsvBuilder.withErrorLocale(Locale errorLocale) Sets the locale to be used for all error messages.StatefulBeanToCsvBuilder.withEscapechar(char escapechar) StatefulBeanToCsvBuilder.withExceptionHandler(CsvExceptionHandler exceptionHandler) Sets the handler for recoverable exceptions raised during processing of records.StatefulBeanToCsvBuilder.withIgnoreField(Class<?> type, Field field) Adds aFieldto the list of fields opencsv should ignore completely.StatefulBeanToCsvBuilder.withLineEnd(String lineEnd) StatefulBeanToCsvBuilder.withMappingStrategy(MappingStrategy<T> mappingStrategy) Sets the mapping strategy for writing beans to a CSV destination.StatefulBeanToCsvBuilder.withOrderedResults(boolean orderedResults) Sets whether or not results must be written in the same order in which they appear in the list of beans provided as input.StatefulBeanToCsvBuilder.withProfile(String profile) Selects a profile for deciding which configurations to use for the bean fields.StatefulBeanToCsvBuilder.withQuotechar(char quotechar) StatefulBeanToCsvBuilder.withSeparator(char separator) StatefulBeanToCsvBuilder.withThrowExceptions(boolean throwExceptions) Sets the handler for recoverable exceptions that arise during the processing of records.