This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new d00071e Regen docs d00071e is described below commit d00071e1fe0faa3b873428bcdca6429d609578a2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Mar 5 15:37:46 2018 +0100 Regen docs --- camel-core/src/main/docs/eips/marshal-eip.adoc | 11 +++++++++-- camel-core/src/main/docs/eips/unmarshal-eip.adoc | 9 ++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/camel-core/src/main/docs/eips/marshal-eip.adoc b/camel-core/src/main/docs/eips/marshal-eip.adoc index 1db5823..3b66833 100644 --- a/camel-core/src/main/docs/eips/marshal-eip.adoc +++ b/camel-core/src/main/docs/eips/marshal-eip.adoc @@ -6,7 +6,14 @@ Marshalling is the opposite of unmarshalling, where a bean is marshalled into so == Options // eip options: START -The Marshal EIP supports 0 options which are listed below: +The Marshal EIP supports 2 options which are listed below: + +[width="100%",cols="2,5,^1,2",options="header"] +|=== +| Name | Description | Default | Type +| *dataFormatType* | *Required* The data format to be used | | DataFormatDefinition +| *ref* | *Deprecated* To refer to a custom data format to use as marshaller | | String +|=== // eip options: END === Samples @@ -35,4 +42,4 @@ You can also define reusable data formats as Spring beans <property name="prettyPrint" value="true"/> <property name="contextPath" value="org.apache.camel.example"/> </bean> --------------------------------------------------------- \ No newline at end of file +-------------------------------------------------------- diff --git a/camel-core/src/main/docs/eips/unmarshal-eip.adoc b/camel-core/src/main/docs/eips/unmarshal-eip.adoc index 3797245..ad387cd 100644 --- a/camel-core/src/main/docs/eips/unmarshal-eip.adoc +++ b/camel-core/src/main/docs/eips/unmarshal-eip.adoc @@ -6,7 +6,14 @@ If you receive a message from one of the Camel link:https://github.com/apache/ca == Options // eip options: START -The Unmarshal EIP supports 0 options which are listed below: +The Unmarshal EIP supports 2 options which are listed below: + +[width="100%",cols="2,5,^1,2",options="header"] +|=== +| Name | Description | Default | Type +| *dataFormatType* | *Required* The data format to be used | | DataFormatDefinition +| *ref* | *Deprecated* To refer to a custom data format to use as unmarshaller | | String +|=== // eip options: END === Samples -- To stop receiving notification emails like this one, please contact davscl...@apache.org.