Uses of Interface
com.univocity.parsers.common.record.RecordMetaData
-
Packages that use RecordMetaData Package Description com.univocity.parsers.common com.univocity.parsers.common.record -
-
Uses of RecordMetaData in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return RecordMetaData Modifier and Type Method Description RecordMetaData
AbstractParser. getRecordMetadata()
Returns the metadata associated withRecord
s parsed from the input usingAbstractParser.parseAllRecords(File)
orAbstractParser.parseNextRecord()
. -
Uses of RecordMetaData in com.univocity.parsers.common.record
Classes in com.univocity.parsers.common.record with type parameters of type RecordMetaData Modifier and Type Class Description class
AbstractRecordFactory<R extends Record,M extends RecordMetaData>
An abstract factory class which allows subclasses to provide implementations ofRecord
Fields in com.univocity.parsers.common.record declared as RecordMetaData Modifier and Type Field Description protected M
AbstractRecordFactory. metaData
Methods in com.univocity.parsers.common.record that return RecordMetaData Modifier and Type Method Description RecordMetaData
Record. getMetaData()
Returns theRecordMetaData
associated with all records parsed from the input.
-