Uses of Interface
com.univocity.parsers.common.processor.core.ColumnOrderDependent
-
Packages that use ColumnOrderDependent Package Description com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core -
-
Uses of ColumnOrderDependent in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement ColumnOrderDependent 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 ColumnOrderDependent in com.univocity.parsers.common.processor.core
Classes in com.univocity.parsers.common.processor.core that implement ColumnOrderDependent Modifier and Type Class Description class
AbstractInputValueSwitch<T extends Context>
class
AbstractProcessorSwitch<T extends Context>
A specialProcessor
implementation that combines and allows switching among different Processors.
-