You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/10/31 11:49:28 UTC

[camel] 03/04: Added convertBodyTo EIP base docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0398798d654be7e6fa1d195d4159037d355e2d4c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 31 12:38:41 2017 +0100

    Added convertBodyTo EIP base docs
---
 camel-core/src/main/docs/eips/convertBodyTo-eip.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc b/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc
new file mode 100644
index 0000000..fb9f43c
--- /dev/null
+++ b/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc
@@ -0,0 +1,14 @@
+== Convert Body To EIP
+
+
+// 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

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.