Uses of Class
olg.csv.bean.impl.PropertyFormatter

Packages that use PropertyFormatter
olg.csv.bean.impl This package provides the main implementations for reading/writing Beans from Rows. 
 

Uses of PropertyFormatter in olg.csv.bean.impl
 

Methods in olg.csv.bean.impl that return PropertyFormatter
static PropertyFormatter PropertyFormatter.getConcatePropertyReader(List<PropertyFormatter> formatters, AbstractStringFilter filtre)
          Returns a PropertyFormatter which concates strings the given propertyformatters returns.
static PropertyFormatter PropertyFormatter.getDelegatePropertyReader(Method getter, String name, PropertyFormatter propertyFormatter)
          Returns a PropertyFormatter which extracts as a string a characteristic of a field.
 PropertyFormatter CellProcessor.getPropertyFormatter()
          Returns the formatter dedicated to rendering the entity properties as value of column cell.
static
<T> PropertyFormatter
PropertyFormatter.getPropertyReader(Method getter, String name, Formatter<T> formatter, AbstractStringFilter filtre)
          Returns a basic PropertyFormatter.
 

Methods in olg.csv.bean.impl with parameters of type PropertyFormatter
static PropertyFormatter PropertyFormatter.getDelegatePropertyReader(Method getter, String name, PropertyFormatter propertyFormatter)
          Returns a PropertyFormatter which extracts as a string a characteristic of a field.
 void CellProcessor.setPropertyFormatter(PropertyFormatter propertyFormatter)
          Sets the formatter dedicated to format entity properties as cell value.
 

Method parameters in olg.csv.bean.impl with type arguments of type PropertyFormatter
static PropertyFormatter PropertyFormatter.getConcatePropertyReader(List<PropertyFormatter> formatters, AbstractStringFilter filtre)
          Returns a PropertyFormatter which concates strings the given propertyformatters returns.
 

Constructors in olg.csv.bean.impl with parameters of type PropertyFormatter
CellProcessor(String rang, String name, PropertyFormatter propertyFormatter)
           
 



Copyright © 2014. All rights reserved.