Xavier Fournet created CAMEL-9605:
-------------------------------------

             Summary: 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


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