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 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 AbstractProcessorSwitch in com.univocity.parsers.common.processor.core
Subclasses of AbstractProcessorSwitch in com.univocity.parsers.common.processor.core Modifier and Type Class Description classAbstractInputValueSwitch<T extends Context>
-