Package com.univocity.parsers.common.processor
package com.univocity.parsers.common.processor
-
ClassDescriptionA
RowProcessorimplementation that just implements all methods defined by the interface.ARowProcessorimplementation that stores values of columns in batches.ARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.A convenienceBeanProcessorimplementation for storing all java objects generated form the parsed input into a list.ARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.ARowWriterProcessorimplementation for converting annotated java objects into object arrays suitable for writing in any implementation ofAbstractWriter.A simpleRowProcessorimplementation that stores values of columns.A utilityRowProcessorimplementation that facilitates using multiple implementations ofRowProcessorat the same time.ARowProcessorimplementation to perform row processing tasks in parallel.Interface used byInputValueSwitchto allow users to to provide custom matching rules against input values.A concrete implementation ofRowProcessorSwitchthat allows switching among different implementations ofRowProcessorbased on values found on the rows parsed from the input.A convenienceMasterDetailProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.ARowProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.An utility class to store data of a master row and its detail records.ARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.ARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.ARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.A singleton instance of aRowProcessorthat does nothing.ARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.A convenienceRowProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.ARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.ARowWriterProcessorimplementation for executing conversion sequences in object arrays before for writing them using any implementation ofAbstractWriter.A concrete implementation ofRowWriterProcessorSwitchthat allows switching among different implementations ofRowWriterProcessorbased on values found on rows to be written to an outputA convenienceRowProcessorimplementation 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 specialRowProcessorimplementation that combines and allows switching among different RowProcessors.The essential callback interface to convert input objects into a manageable format for writing.A specialRowWriterProcessorimplementation that combines and allows switching among different RowWriterProcessors.