|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBeanProcessor | |
---|---|
olg.csv.bean | This package provides the main classes and interfaces for reading/writing Beans from Rows. |
olg.csv.bean.impl | This package provides the main implementations for reading/writing Beans from Rows. |
Uses of IBeanProcessor in olg.csv.bean |
---|
Fields in olg.csv.bean declared as IBeanProcessor | |
---|---|
private IBeanProcessor<E> |
BeanReader.beanProcessor
The beanProcessor. |
Constructors in olg.csv.bean with parameters of type IBeanProcessor | |
---|---|
BeanReader(IBeanProcessor<E> beanProcessor,
IReader reader)
Constructs a BeanReader with a BeanProcessor and a reader. |
Uses of IBeanProcessor in olg.csv.bean.impl |
---|
Classes in olg.csv.bean.impl that implement IBeanProcessor | |
---|---|
class |
BeanProcessor<B>
In reading process, this class allows to product beans from list of Strings. |
Fields in olg.csv.bean.impl declared as IBeanProcessor | |
---|---|
private IBeanProcessor |
ComplexPropertyProcessor.transformer
the transformer used to product a bean from a list of Strings |
Methods in olg.csv.bean.impl with parameters of type IBeanProcessor | ||
---|---|---|
static
|
AbstractPropertyProcessor.getComplexPropertyTransformer(IBeanProcessor<P> transformer,
Class<T> beanClass,
String propertyName)
Returns a property processor which set a property of a bean with the help of a transformer. |
Constructors in olg.csv.bean.impl with parameters of type IBeanProcessor | |
---|---|
ComplexPropertyProcessor(IBeanProcessor transformer,
Class<B> beanClass,
String propertyName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |