| Constructor and Description |
|---|
ProcessCsvBean(long lineNumber,
MappingStrategy<T> mappingStrategy,
T bean,
BlockingQueue<OrderedObject<String[]>> resultantLineQueue,
BlockingQueue<OrderedObject<CsvException>> thrownExceptionsQueue,
boolean throwExceptions)
The only constructor for creating a line of CSV output out of a bean.
|
public ProcessCsvBean(long lineNumber,
MappingStrategy<T> mappingStrategy,
T bean,
BlockingQueue<OrderedObject<String[]>> resultantLineQueue,
BlockingQueue<OrderedObject<CsvException>> thrownExceptionsQueue,
boolean throwExceptions)
lineNumber - Which record in the output file is being processedmappingStrategy - The mapping strategy to be usedbean - The bean to be transformed into a line of outputresultantLineQueue - A queue in which to place the line createdthrownExceptionsQueue - A queue in which to place a thrown
exception, if one is thrownthrowExceptions - Whether exceptions should be thrown or captured
for later processingCopyright © 2019. All rights reserved.