Uses of Class
com.univocity.parsers.common.processor.core.AbstractProcessorSwitch
-
Packages that use AbstractProcessorSwitch Package Description 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 Modifier and Type Class Description class
InputValueSwitch
A concrete implementation ofRowProcessorSwitch
that allows switching among different implementations ofRowProcessor
based on values found on the rows parsed from the input.class
RowProcessorSwitch
A specialRowProcessor
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 Modifier and Type Class Description class
AbstractInputValueSwitch<T extends Context>
-