Camel MongoDB Pojo'S

2019-12-31 Thread michael e
Hello i would like to be able with camel component getting specific object and not document (without using type converter) during retrieve operation mongo SDK already support that (https://mongodb.github.io/mongo-java-driver/3.5/driver/getting-started/quick-start-pojo/) but o didn't find a way

Re: Camel MongoDB Pojo'S

2019-12-31 Thread Andrea Cosentino
As far as I know there is no support for this actually. You need a type converter. Il mar 31 dic 2019, 18:57 michael e ha scritto: > Hello i would like to be able with camel component getting specific object > and not document (without using type converter) during retrieve operation > mongo SDK