Uses of Class
com.univocity.parsers.common.processor.core.AbstractMultiBeanRowProcessor
-
Packages that use AbstractMultiBeanRowProcessor Package Description com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core -
-
Uses of AbstractMultiBeanRowProcessor in com.univocity.parsers.common.processor
Subclasses of AbstractMultiBeanRowProcessor in com.univocity.parsers.common.processor Modifier and Type Class Description class
MultiBeanListProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.class
MultiBeanRowProcessor
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.core Modifier and Type Class Description class
AbstractMultiBeanListProcessor<C extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.
-