[ 
https://issues.apache.org/jira/browse/CAMEL-9605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15147680#comment-15147680
 ] 

ASF GitHub Bot commented on CAMEL-9605:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/camel/pull/841


> Allow camel-gson to unmarshall more type by default
> ---------------------------------------------------
>
>                 Key: CAMEL-9605
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9605
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-gson
>            Reporter: Xavier Fournet
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0
>
>
> By default camel json unmarshaller accept to read only json which are map (eg 
> the json document begin with "{" ). If you want to be able to umarshal more 
> json document like simple string or list you have to specify the 
> unmarshalTypeName which is not very convenient, eg:
> {code:xml}
> <unmarshal>
>     <json library="Gson" unmarshalTypeName="java.lang.Object"/>
> </unmarshal>
> {code}
> You should be able to unmarshall any type of json document with the default 
> setting, eg:
> {code:xml}
> <unmarshal>
>     <json library="Gson"/>
> </unmarshal>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to