-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3.0
-
Component/s: camel-mongodb
-
Labels:None
-
Estimated Complexity:Unknown
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:
.convertBodyTo(ObjectId.class)
- links to