Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Class | 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. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBeanListProcessor<T,C extends Context> |
A convenience
Processor implementation for storing all java objects generated form the parsed input into a list. |
Modifier and Type | Method | Description |
---|---|---|
<T> AbstractBeanProcessor<T,C> |
AbstractMultiBeanProcessor.getProcessorOfType(java.lang.Class<T> type) |
Returns the
BeanProcessor responsible for processing a given class |