Uses of Interface
com.univocity.parsers.common.processor.RowProcessor
Packages that use RowProcessor
Package
Description
-
Uses of RowProcessor in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return RowProcessorMethods in com.univocity.parsers.common with parameters of type RowProcessorModifier and TypeMethodDescriptionvoidCommonParserSettings.setRowProcessor(RowProcessor processor) Deprecated.Use theCommonParserSettings.setProcessor(Processor)method as it allows format-specific processors to be built to work with different implementations ofContext. -
Uses of RowProcessor in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement RowProcessorModifier and TypeClassDescriptionclassARowProcessorimplementation that just implements all methods defined by the interface.classARowProcessorimplementation that stores values of columns in batches.classARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classA convenienceBeanProcessorimplementation for storing all java objects generated form the parsed input into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classA simpleRowProcessorimplementation that stores values of columns.classA utilityRowProcessorimplementation that facilitates using multiple implementations ofRowProcessorat the same time.classARowProcessorimplementation to perform row processing tasks in parallel.classA concrete implementation ofRowProcessorSwitchthat allows switching among different implementations ofRowProcessorbased on values found on the rows parsed from the input.classA convenienceMasterDetailProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.final classA singleton instance of aRowProcessorthat does nothing.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.classA convenienceRowProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.classA convenienceRowProcessorimplementation for storing all rows parsed into a list.classA specialRowProcessorimplementation that combines and allows switching among different RowProcessors.Fields in com.univocity.parsers.common.processor declared as RowProcessorModifier and TypeFieldDescriptionstatic final RowProcessorNoopRowProcessor.instanceThe singleton instance of the no-opRowProcessorConstructors in com.univocity.parsers.common.processor with parameters of type RowProcessorModifierConstructorDescriptionConcurrentRowProcessor(RowProcessor rowProcessor) Creates a non-blockingConcurrentRowProcessor, to perform processing of rows parsed from the input in a separate thread.ConcurrentRowProcessor(RowProcessor rowProcessor, int limit) Creates a blockingConcurrentRowProcessor, to perform processing of rows parsed from the input in a separate thread. -
Uses of RowProcessor in com.univocity.parsers.common.processor.core
Methods in com.univocity.parsers.common.processor.core with parameters of type RowProcessorModifier and TypeMethodDescriptionvoidAbstractProcessorSwitch.rowProcessorSwitched(RowProcessor from, RowProcessor to) Notifies a change ofRowProcessorimplementation. -
Uses of RowProcessor in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return RowProcessorModifier and TypeMethodDescriptionprivate RowProcessorAbstractRoutines.createWritingRowProcessor(Writer output) Methods in com.univocity.parsers.common.routine with parameters of type RowProcessorModifier and TypeMethodDescriptionprivate voidAbstractRoutines.setRowProcessor(RowProcessor rowProcessor)
CommonParserSettings.getProcessor()method as it allows format-specific processors to be built to work with different implementations ofContext.