Class NoopRowProcessor
java.lang.Object
com.univocity.parsers.common.processor.core.AbstractProcessor<ParsingContext>
com.univocity.parsers.common.processor.AbstractRowProcessor
com.univocity.parsers.common.processor.NoopRowProcessor
- All Implemented Interfaces:
Processor<ParsingContext>,RowProcessor
A singleton instance of a
RowProcessor that does nothing.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RowProcessorThe singleton instance of the no-opRowProcessor -
Method Summary
Methods inherited from class com.univocity.parsers.common.processor.core.AbstractProcessor
processEnded, processStarted, rowProcessedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.univocity.parsers.common.processor.RowProcessor
processEnded, processStarted, rowProcessed
-
Field Details
-
instance
The singleton instance of the no-opRowProcessor
-