4

Can any one provide me an end to end example of using Dozer mapper in Apache camel routes. Thanks,

Greg
  • 147
  • 1
  • 5
  • 18

1 Answers1

4

a basic example can be found in the component unit tests...

https://svn.apache.org/repos/asf/camel/trunk/components/camel-dozer/src/test/

Ben ODay
  • 20,784
  • 9
  • 45
  • 68
  • 1
    just an update, would automatically convert a given type in a camel route provided below is registered – Greg Aug 08 '12 at 19:32