olg.csv.bean.annotations
Annotation Type Parser


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Parser

Placed on a field allows to specify a Parser.

See Also:
AbstractParser

Optional Element Summary
 Param[] params
          Allows to define some properties to the choosen parser.
 Class<? extends AbstractParser<?>> value
          The class of the choosen Parser.
 

value

public abstract Class<? extends AbstractParser<?>> value
The class of the choosen Parser. By Default, a date Parser class is choosen for which two params must be specified :

Default:
olg.csv.bean.parser.impl.DateParser.class

params

public abstract Param[] params
Allows to define some properties to the choosen parser. By Default, empty Param array.

Default:
{}


Copyright © 2014. All Rights Reserved.