Versions Compared

Key

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

...

To work with camel-bindy, you must first define your model in a package (e.g. com.acme.model) and for each model class (e.g. Order, Client, Instrument, ...) associate the required annotations (described hereafter) with Class or property name.

Annotations

The annotations created allow to map different concept of your model like :

  • Kind of record (csv, fixed length, ..),
  • Link,
  • Data field and their properties (int, type, ...)

This section will describe them :

Annotation name

Record type

Level

CsvRecord

csv

Class

...