Uses of Class
com.univocity.parsers.common.processor.MasterDetailRecord

Packages that use MasterDetailRecord
com.univocity.parsers.common.processor   
com.univocity.parsers.common.processor.core   
 

Uses of MasterDetailRecord in com.univocity.parsers.common.processor
 

Methods in com.univocity.parsers.common.processor that return MasterDetailRecord
 MasterDetailRecord MasterDetailRecord.clone()
           
 

Uses of MasterDetailRecord in com.univocity.parsers.common.processor.core
 

Methods in com.univocity.parsers.common.processor.core that return types with arguments of type MasterDetailRecord
 List<MasterDetailRecord> AbstractMasterDetailListProcessor.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 MasterDetailRecord
protected  void AbstractMasterDetailListProcessor.masterDetailRecordProcessed(MasterDetailRecord record, T context)
          Stores the generated MasterDetailRecord 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.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.