[
https://issues.apache.org/jira/browse/CAMEL-8554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385381#comment-14385381
]
Claus Ibsen commented on CAMEL-8554:
------------------------------------
I think we should consider removing this. As people who are using jackson, may
need to configure it before it can be used for conversion. And the type
converter dont support that configuration, it just creates a bare ObjectMapper.
That only works for simpler use cases.
But when people want to configure custom jackson modules, and a ton of other
option jackson supports then they fall short. Instead the real data formatter
of jackson should be used.
> camel-jackson should provide Map => Object converter
> ----------------------------------------------------
>
> Key: CAMEL-8554
> URL: https://issues.apache.org/jira/browse/CAMEL-8554
> Project: Camel
> Issue Type: Improvement
> Components: camel-jackson
> Reporter: Henryk Konsek
> Assignee: Henryk Konsek
> Fix For: 2.16.0
>
>
> Jackson's {{ObjectMapper}} can be used to convert {{Map}} to pojo. It would
> be nice if Jackson component provide this kind of fallback converter then.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)