|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellProcessor | |
---|---|
olg.csv.bean.impl | This package provides the main implementations for reading/writing Beans from Rows. |
olg.csv.bean.loader | This package provides all the useful classes in the loading of classes involved in the reading / writing bean process from an XML descriptor. |
Uses of CellProcessor in olg.csv.bean.impl |
---|
Fields in olg.csv.bean.impl with type parameters of type CellProcessor | |
---|---|
private List<CellProcessor<B>> |
RowProcessor.fieldFormatters
A rowProcessor has a list of columnFormatter. |
Methods in olg.csv.bean.impl with parameters of type CellProcessor | |
---|---|
int |
CellProcessor.compareTo(CellProcessor<B> columnFormatter)
Comparison is based on the rang field. |
Constructor parameters in olg.csv.bean.impl with type arguments of type CellProcessor | |
---|---|
RowProcessor(List<CellProcessor<B>> fieldFormatters)
|
Uses of CellProcessor in olg.csv.bean.loader |
---|
Methods in olg.csv.bean.loader that return types with arguments of type CellProcessor | ||
---|---|---|
protected
|
CellProcessorLoader.extractColumnType(Element element,
Class<E> beanClass)
Identifies from an XML Element a CellProcessor list. |
|
protected
|
CellProcessorLoader.RowBeanPropertyFormatterLoader.extractColumnType(Element element,
Class<T> classBean)
|
|
protected
|
CellProcessorLoader.load(Element element,
String xmlListNodeName,
Class<E> beanClass)
load a CellProcessor list from an xml node. |
|
protected
|
CellProcessorLoader.RowBeanPropertyFormatterLoader.load(Element element,
String xmlListNodeName,
Class<E> beanClass)
|
|
List<CellProcessor<B>> |
CellProcessorLoader.load(File file)
Returns the ColumnFormatter list described in the given XML file. |
Method parameters in olg.csv.bean.loader with type arguments of type CellProcessor | ||
---|---|---|
protected
|
CellProcessorLoader.RowBeanPropertyFormatterLoader.checkLoading(List<CellProcessor<E>> columnFormatters)
Checking the order of columns. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |