The BindyCsvFactory is the class who allows to :
Generate a model associated to a CSV record, bind data from a record
to the POJOs, export data of POJOs to a CSV record and format data
into String, Date, Double, ...
method uses to initialize the model representing the classes who will
bind the data This process will scan for classes according to the package
name provided, check the classes and fields annoted and retrieve the
separator of the CSV record
method uses to initialize the model representing the classes who will
bind the data This process will scan for classes according to the package
name provided, check the classes and fields annoted.
An annotation used to identify in a POJO which property is link to a key value pair field
The tag (mandatory) identifies the key of the key value pair (e.g.