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 classInputValueSwitchA concrete implementation ofRowProcessorSwitchthat allows switching among different implementations ofRowProcessorbased on values found on the rows parsed from the input.classRowProcessorSwitchA specialRowProcessorimplementation 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 classAbstractInputValueSwitch<T extends Context>classAbstractProcessorSwitch<T extends Context>A specialProcessorimplementation that combines and allows switching among different Processors.
-