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, ...) add the required annotations (described hereafter) to the Class or field.

Note
titleMultiple models

If you use multiple models, each model has to be placed in it's own package to prevent unpredictable results.

Annotations

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

...