|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||