Uses of Class
com.univocity.parsers.common.processor.MasterDetailRecord
-
Packages that use MasterDetailRecord Package Description 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 Modifier and Type Method Description MasterDetailRecord
MasterDetailRecord. clone()
-
Uses of MasterDetailRecord in com.univocity.parsers.common.processor.core
Fields in com.univocity.parsers.common.processor.core declared as MasterDetailRecord Modifier and Type Field Description private MasterDetailRecord
AbstractMasterDetailProcessor. record
Fields in com.univocity.parsers.common.processor.core with type parameters of type MasterDetailRecord Modifier and Type Field Description private java.util.List<MasterDetailRecord>
AbstractMasterDetailListProcessor. records
Methods in com.univocity.parsers.common.processor.core that return types with arguments of type MasterDetailRecord Modifier and Type Method Description java.util.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 Modifier and Type Method Description protected 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.
-