Uses of Class
olg.csv.bean.annotations.Formatter

Packages that use Formatter
olg.csv.bean.annotations.processor This package contains classes dealing with annotations. 
 

Uses of Formatter in olg.csv.bean.annotations.processor
 

Methods in olg.csv.bean.annotations.processor with parameters of type Formatter
private
<T> Formatter<T>
FormatterProcessor.getCustomFormatter(Field field, Formatter formatterAnnotation, Class<T> fieldConcreteClass)
          Returns a formatter identified from the formatter annotation setted on a field as a custom formatter.
private
<T> Formatter<Date>
FormatterProcessor.getDateFormatter(Field field, Formatter formatterAnnotation, Class<T> fieldConcreteClass)
          Returns a date formatter identified from the formatter annotation setted on a field.
 



Copyright © 2014. All Rights Reserved.