|
||||||||||
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 |
---|
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |