Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

to one or many POJOS and to convert the data according to the type of the java property. POJOS can be linked together. Moreover, for data type like Date, Double, Float, Integer, Short and Long, you can provide the pattern to apply .during the formatting of the property :

Type

Pattern

Link

Date

Double

Integer

Float

Short

Long

Remark : This first release only support binding of CSV recordBindy is a Data Format which uses ...

Using the Java DSL

For example the following uses a named DataFormat of bindy which is configured with a number of Java package names to initialize the model objects.

...