Versions Compared

Key

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

Convert the message body to the given class type. To do so camel uses a hierarchy of TypeConverters

Syntax

Java

Wiki Markup
convertBodyTo(Class type \[, String charset\])

Parameter

Type

Description

type

Class

Class type to convert to

charset

String

charset name for conversions from byte to String

...