Versions Compared

Key

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

...

Excluding POJO fields from marshalling

As of Camel 2.10
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output. With Jackson you can use JSON views to accomplish this. First create one or more marker classes.

...