Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Method and Description |
---|---|
MasterDetailRecord |
MasterDetailRecord.clone() |
Modifier and Type | Method and Description |
---|---|
List<MasterDetailRecord> |
AbstractMasterDetailListProcessor.getRecords()
Returns the list of generated MasterDetailRecords at the end of the parsing process.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
AbstractMasterDetailListProcessor.masterDetailRecordProcessed(MasterDetailRecord record,
T context)
Stores the generated
MasterDetailRecord with the set of associated parsed records into a list. |
Copyright © 2020 Univocity Software Pty Ltd. All rights reserved.