Uses of Class
com.univocity.parsers.common.processor.core.AbstractMultiBeanRowProcessor
Packages that use AbstractMultiBeanRowProcessor
Package
Description
-
Uses of AbstractMultiBeanRowProcessor in com.univocity.parsers.common.processor
Subclasses of AbstractMultiBeanRowProcessor in com.univocity.parsers.common.processorModifier and TypeClassDescriptionclass
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects. -
Uses of AbstractMultiBeanRowProcessor in com.univocity.parsers.common.processor.core
Subclasses of AbstractMultiBeanRowProcessor in com.univocity.parsers.common.processor.coreModifier and TypeClassDescriptionclass
AbstractMultiBeanListProcessor<C extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.