|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractObjectProcessor | |
|---|---|
| com.univocity.parsers.common.processor | |
| com.univocity.parsers.common.processor.core | |
| Uses of AbstractObjectProcessor in com.univocity.parsers.common.processor |
|---|
| Subclasses of AbstractObjectProcessor in com.univocity.parsers.common.processor | |
|---|---|
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. |
| Uses of AbstractObjectProcessor in com.univocity.parsers.common.processor.core |
|---|
| Subclasses of AbstractObjectProcessor in com.univocity.parsers.common.processor.core | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||