Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: More on Spring Boot type-convertions features

...

Under the hood Camel Spring Boot delegates conversion to the Spring's ConversionService instances available in the application context. If no ConversionService instance is available, Camel Spring Boot auto-configuration will create one for you.

Disabling type conversions features

If you don't want Camel Spring Boot to register type-conversions related features (like TypeConverter instance or Spring bridge) set the camel.springboot.typeConversion property to false.

Code Block
xml
xml
camel.springboot.typeConversion = false


Include Page
Endpoint See Also
Endpoint See Also