Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Class and Description |
---|---|
class |
BatchedObjectColumnProcessor
A
RowProcessor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects. |
class |
MasterDetailListProcessor
A convenience
MasterDetailProcessor implementation for storing all MasterDetailRecord generated form the parsed input into a list. |
class |
MasterDetailProcessor
A
RowProcessor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances. |
class |
ObjectColumnProcessor
A
RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects. |
class |
ObjectRowListProcessor
A convenience
RowProcessor implementation for storing all rows parsed and converted to Object arrays into a list. |
class |
ObjectRowProcessor
A
RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchedObjectColumnProcessor<T extends Context>
A
Processor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects. |
class |
AbstractMasterDetailListProcessor<T extends Context>
A convenience
Processor implementation for storing all MasterDetailRecord generated form the parsed input into a list. |
class |
AbstractMasterDetailProcessor<T extends Context>
A
Processor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances. |
class |
AbstractObjectColumnProcessor<T extends Context>
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects. |
class |
AbstractObjectListProcessor<T extends Context>
A convenience
Processor implementation for storing all rows parsed and converted to Object arrays into a list. |
Copyright © 2022 Univocity Software Pty Ltd. All rights reserved.