Versions Compared

Key

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

...

The barcode data format is based on the zxing library. The goal of this component is to create a barcode image from a String (marshal) and a String from a barcode image (unmarshal). You're free to use all features that zxing offers.

Dependencies

To use Bindy the barcode data format in your camel routes you need to add the a dependency on camel-barcode which implements this data format.

...