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 MasterDetailRecordMasterDetailRecord. 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 MasterDetailRecordAbstractMasterDetailProcessor. recordFields in com.univocity.parsers.common.processor.core with type parameters of type MasterDetailRecord Modifier and Type Field Description private java.util.List<MasterDetailRecord>AbstractMasterDetailListProcessor. recordsMethods 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 voidAbstractMasterDetailListProcessor. masterDetailRecordProcessed(MasterDetailRecord record, T context)Stores the generatedMasterDetailRecordwith the set of associated parsed records into a list.protected abstract voidAbstractMasterDetailProcessor. masterDetailRecordProcessed(MasterDetailRecord record, T context)Invoked by the processor after a master row and all associated detail rows have been processed.
-