Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Method | Description |
---|---|---|
MasterDetailRecord |
MasterDetailRecord.clone() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<MasterDetailRecord> |
AbstractMasterDetailListProcessor.getRecords() |
Returns the list of generated MasterDetailRecords at the end of the parsing process.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|