Uses of Package
com.univocity.parsers.common.processor
-
Classes in com.univocity.parsers.common.processor used by com.univocity.parsers.common Class Description RowProcessor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
.RowWriterProcessor The essential callback interface to convert input objects into a manageable format for writing. -
Classes in com.univocity.parsers.common.processor used by com.univocity.parsers.common.processor Class Description AbstractRowProcessor ARowProcessor
implementation that just implements all methods defined by the interface.MasterDetailRecord An utility class to store data of a master row and its detail records.ObjectRowListProcessor A convenienceRowProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.OutputValueSwitch.Switch RowPlacement An indicator of where the input a row is placed in relation to others.RowProcessor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
.RowWriterProcessor The essential callback interface to convert input objects into a manageable format for writing.RowWriterProcessorSwitch A specialRowWriterProcessor
implementation that combines and allows switching among different RowWriterProcessors. -
Classes in com.univocity.parsers.common.processor used by com.univocity.parsers.common.processor.core Class Description CustomMatcher Interface used byInputValueSwitch
to allow users to to provide custom matching rules against input values.MasterDetailRecord An utility class to store data of a master row and its detail records.RowPlacement An indicator of where the input a row is placed in relation to others.RowProcessor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
. -
Classes in com.univocity.parsers.common.processor used by com.univocity.parsers.common.routine Class Description RowProcessor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
.RowWriterProcessor The essential callback interface to convert input objects into a manageable format for writing.