Uses of Class
com.univocity.parsers.common.processor.MasterDetailRecord
Packages that use MasterDetailRecord
Package
Description
-
Uses of MasterDetailRecord in com.univocity.parsers.common.processor
Methods in com.univocity.parsers.common.processor that return MasterDetailRecord -
Uses of MasterDetailRecord in com.univocity.parsers.common.processor.core
Fields in com.univocity.parsers.common.processor.core declared as MasterDetailRecordFields in com.univocity.parsers.common.processor.core with type parameters of type MasterDetailRecordModifier and TypeFieldDescriptionprivate final List<MasterDetailRecord>
AbstractMasterDetailListProcessor.records
Methods in com.univocity.parsers.common.processor.core that return types with arguments of type MasterDetailRecordModifier and TypeMethodDescriptionAbstractMasterDetailListProcessor.getRecords()
Returns the list of generated MasterDetailRecords at the end of the parsing process.Methods in com.univocity.parsers.common.processor.core with parameters of type MasterDetailRecordModifier and TypeMethodDescriptionprotected void
AbstractMasterDetailListProcessor.masterDetailRecordProcessed
(MasterDetailRecord record, T context) Stores the generatedMasterDetailRecord
with the set of associated parsed records into a list.protected abstract void
AbstractMasterDetailProcessor.masterDetailRecordProcessed
(MasterDetailRecord record, T context) Invoked by the processor after a master row and all associated detail rows have been processed.