Versions Compared

Key

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

Bean Validation Component

...

Available as of Camel 2.3

...

The Validation component performs bean validation of the message body using the Java Bean Validation API (JSR 303). Camel uses the reference implementation, which is Hibernate Validator.

...

Code Block
bean-validator:something[?options]

or

Code Block
bean-validator://something[?options]
Info

Where something must be present to provide a valid url

...


You can append query options to the URI in the following format, ?option=value&option=value&...

...