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. |
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. |
Modifier and Type | Method and Description |
---|---|
<T> AbstractBeanProcessor<T,C> |
AbstractMultiBeanProcessor.getProcessorOfType(Class<T> type)
Returns the
BeanProcessor responsible for processing a given class |
Copyright © 2022 Univocity Software Pty Ltd. All rights reserved.