| [[convertBodyTo-eip]] |
| = Convert Body To EIP |
| :page-source: core/camel-core-engine/src/main/docs/eips/convertBodyTo-eip.adoc |
| |
| The ConvertBodyTo EIP allows you to transform your body to a different type. |
| |
| // eip options: START |
| The Convert Body To EIP supports 2 options which are listed below: |
| |
| [width="100%",cols="2,5,^1,2",options="header"] |
| |=== |
| | Name | Description | Default | Type |
| | *type* | *Required* The java type to convert to | | String |
| | *charset* | To use a specific charset when converting | | String |
| |=== |
| // eip options: END |