public abstract class ObjectRowProcessor extends AbstractObjectProcessor<ParsingContext> implements RowProcessor
RowProcessor
implementation for converting rows extracted from any implementation of AbstractParser
into arrays of objects.
This uses the value conversions provided by Conversion
instances.
For each row processed, a sequence of conversions will be executed and stored in an object array, at its original position.
The row with the result of these conversions will then be sent to the AbstractObjectProcessor.rowProcessed(Object[], Context)
method, where the user can access it.
AbstractParser
,
RowProcessor
conversions
Constructor and Description |
---|
ObjectRowProcessor() |
processEnded, processStarted, rowProcessed, rowProcessed
applyConversions, convertAll, convertFields, convertIndexes, convertType, handleConversionError, initializeConversions, reverseConversions, toDataProcessingException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processEnded, processStarted, rowProcessed
Copyright © 2021 Univocity Software Pty Ltd. All rights reserved.