Uses of Interface
com.univocity.parsers.common.record.RecordMetaData
Packages that use RecordMetaData
-
Uses of RecordMetaData in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return RecordMetaDataModifier and TypeMethodDescriptionfinal RecordMetaDataAbstractParser.getRecordMetadata()Returns the metadata associated withRecords parsed from the input usingAbstractParser.parseAllRecords(File)orAbstractParser.parseNextRecord().Context.recordMetaData()Returns the metadata information associated with records produced by the current parsing process.ContextWrapper.recordMetaData()DefaultContext.recordMetaData() -
Uses of RecordMetaData in com.univocity.parsers.common.record
Classes in com.univocity.parsers.common.record with type parameters of type RecordMetaDataModifier and TypeClassDescriptionclassAbstractRecordFactory<R extends Record, M extends RecordMetaData>An abstract factory class which allows subclasses to provide implementations ofRecordFields in com.univocity.parsers.common.record declared as RecordMetaDataMethods in com.univocity.parsers.common.record that return RecordMetaDataModifier and TypeMethodDescriptionRecord.getMetaData()Returns theRecordMetaDataassociated with all records parsed from the input.