Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Class and Description |
---|---|
class |
BeanListProcessor<T>
A convenience
BeanProcessor implementation for storing all java objects generated form the parsed input into a list. |
class |
BeanProcessor<T>
A
RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
class |
BeanWriterProcessor<T>
A
RowWriterProcessor implementation for converting annotated java objects into object arrays suitable for writing in any implementation of AbstractWriter . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanListProcessor<T,C extends Context>
A convenience
Processor implementation for storing all java objects generated form the parsed input into a list. |
class |
AbstractBeanProcessor<T,C extends Context>
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.