Package com.univocity.parsers.common.processor
package com.univocity.parsers.common.processor
-
ClassDescriptionA
RowProcessor
implementation that just implements all methods defined by the interface.ARowProcessor
implementation that stores values of columns in batches.ARowProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.A convenienceBeanProcessor
implementation for storing all java objects generated form the parsed input into a list.ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.ARowWriterProcessor
implementation for converting annotated java objects into object arrays suitable for writing in any implementation ofAbstractWriter
.A simpleRowProcessor
implementation that stores values of columns.A utilityRowProcessor
implementation that facilitates using multiple implementations ofRowProcessor
at the same time.ARowProcessor
implementation to perform row processing tasks in parallel.Interface used byInputValueSwitch
to allow users to to provide custom matching rules against input values.A concrete implementation ofRowProcessorSwitch
that allows switching among different implementations ofRowProcessor
based on values found on the rows parsed from the input.A convenienceMasterDetailProcessor
implementation for storing allMasterDetailRecord
generated form the parsed input into a list.ARowProcessor
implementation for associating rows extracted from any implementation ofAbstractParser
intoMasterDetailRecord
instances.An utility class to store data of a master row and its detail records.ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.A singleton instance of aRowProcessor
that does nothing.ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.A convenienceRowProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into arrays of objects.ARowWriterProcessor
implementation for executing conversion sequences in object arrays before for writing them using any implementation ofAbstractWriter
.A concrete implementation ofRowWriterProcessorSwitch
that allows switching among different implementations ofRowWriterProcessor
based on values found on rows to be written to an outputA convenienceRowProcessor
implementation for storing all rows parsed into a list.An indicator of where the input a row is placed in relation to others.The essential callback interface to handle records parsed by any parser that extendsAbstractParser
.A specialRowProcessor
implementation that combines and allows switching among different RowProcessors.The essential callback interface to convert input objects into a manageable format for writing.A specialRowWriterProcessor
implementation that combines and allows switching among different RowWriterProcessors.