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

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

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

Methods in olg.csv.bean.annotations.processor with parameters of type Parser
private
<T> AbstractParser<T>
ParserProcessor.getCustomParser(Field field, Parser parserAnnotation, Class<T> fieldConcreteClass)
          Returns a parser identified from the parser annotation setted on a field as a custom parser.
private
<T> AbstractParser<Date>
ParserProcessor.getDateParser(Field field, Parser parserAnnotation, Class<T> fieldConcreteClass)
          Returns a date parser identified from the parser annotation setted on a field.
 



Copyright © 2014. All Rights Reserved.