Uses of Class
com.univocity.parsers.common.record.AbstractRecordFactory
-
Packages that use AbstractRecordFactory Package Description com.univocity.parsers.common.record -
-
Uses of AbstractRecordFactory in com.univocity.parsers.common.record
Subclasses of AbstractRecordFactory in com.univocity.parsers.common.record Modifier and Type Class Description class
RecordFactory
A factory class that provides implementations ofRecord
based on the current state of anAbstractParser
(via itsParsingContext
), and raw input records.
-