Pasquale Congiusti created CAMEL-14989:
------------------------------------------
Summary: [camel-mongodb] Missing ObjectId converter
Key: CAMEL-14989
URL: https://issues.apache.org/jira/browse/CAMEL-14989
Project: Camel
Issue Type: Improvement
Reporter: Pasquale Congiusti
Assignee: Pasquale Congiusti
When we use default __id_ document parameter, Mongo assume it's an _ObjectId_
type. If we include a converter we simplify the creation of any route by just
adding:
{code}
.convertBodyTo(ObjectId.class)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)