Class AbstractRowProcessor
java.lang.Object
com.univocity.parsers.common.processor.core.AbstractProcessor<ParsingContext>
com.univocity.parsers.common.processor.AbstractRowProcessor
- All Implemented Interfaces:
Processor<ParsingContext>, RowProcessor
- Direct Known Subclasses:
NoopRowProcessor
A
RowProcessor implementation that just implements all methods defined by the interface.- Author:
- Univocity Software Pty Ltd - parsers@univocity.com
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractProcessor
processEnded, processStarted, rowProcessedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RowProcessor
processEnded, processStarted, rowProcessed
-
Constructor Details
-
AbstractRowProcessor
public AbstractRowProcessor()
-