Uses of Class
com.univocity.parsers.common.processor.core.AbstractProcessorSwitch

Packages that use AbstractProcessorSwitch
com.univocity.parsers.common.processor   
com.univocity.parsers.common.processor.core   
 

Uses of AbstractProcessorSwitch in com.univocity.parsers.common.processor
 

Subclasses of AbstractProcessorSwitch in com.univocity.parsers.common.processor
 class InputValueSwitch
          A concrete implementation of RowProcessorSwitch that allows switching among different implementations of RowProcessor based on values found on the rows parsed from the input.
 class RowProcessorSwitch
          A special RowProcessor implementation that combines and allows switching among different RowProcessors.
 

Uses of AbstractProcessorSwitch in com.univocity.parsers.common.processor.core
 

Subclasses of AbstractProcessorSwitch in com.univocity.parsers.common.processor.core
 class AbstractInputValueSwitch<T extends Context>
          A concrete implementation of Processor that allows switching among different implementations of Processor based on values found on the rows parsed from the input.
 



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