com.univocity.parsers.common.processor
Class AbstractRowProcessor

java.lang.Object
  extended by com.univocity.parsers.common.processor.core.AbstractProcessor<ParsingContext>
      extended by com.univocity.parsers.common.processor.AbstractRowProcessor
All Implemented Interfaces:
Processor<ParsingContext>, RowProcessor
Direct Known Subclasses:
NoopRowProcessor

public class AbstractRowProcessor
extends AbstractProcessor<ParsingContext>
implements RowProcessor

A RowProcessor implementation that just implements all methods defined by the interface.

Author:
uniVocity Software Pty Ltd - parsers@univocity.com

Constructor Summary
AbstractRowProcessor()
           
 
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
 

Constructor Detail

AbstractRowProcessor

public AbstractRowProcessor()


Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.