You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/13 15:13:13 UTC

[GitHub] [camel-quarkus] jstakun commented on issue #543: Unmarshal json in spring xml

jstakun commented on issue #543: Unmarshal json in spring xml
URL: https://github.com/apache/camel-quarkus/issues/543#issuecomment-565477030
 
 
   Yes. That's exactly what I did. Unfortunetaly I can't create data formats in route fragment and hence I used
   
   ```
   <unmarshal>
           <json library="Jackson" unmarshalTypeName="com.openshift.wildwest.models.Game" id="transform-game"/>
   </unmarshal>
   ```
   But this doesn't work correctly. Is that the right way to unmarshal json to pojo in spring xml, or should I try something else?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services