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
public final class NoopRowProcessor extends AbstractRowProcessor
A singleton instance of aRowProcessor
that does nothing.
-
-
Field Summary
Fields Modifier and Type Field Description static RowProcessor
instance
The singleton instance of the no-opRowProcessor
-
Constructor Summary
Constructors Modifier Constructor Description private
NoopRowProcessor()
-
Method Summary
-
Methods inherited from class com.univocity.parsers.common.processor.core.AbstractProcessor
processEnded, processStarted, rowProcessed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.univocity.parsers.common.processor.RowProcessor
processEnded, processStarted, rowProcessed
-
-
-
-
Field Detail
-
instance
public static final RowProcessor instance
The singleton instance of the no-opRowProcessor
-
-