How can I configure a custom ObjectMapper to be used? #940
-
A little bit of context on this. Our default A solution would be to define a specific Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hello 👋 If you are using
If the above doesn't work please provide a github project that can reproduce the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @dariuszkuc, Thanks for your fast reply. We are currently using 3.6.6 version which does not have SpringKotlinDataFetcherFactoryProvider class. Still, I copied its implementation from your latest 4.0 alpha version to our code but still no luck. Best regards, |
Beta Was this translation helpful? Give feedback.
Hi @dariuszkuc,
Thanks for your fast reply. We are currently using 3.6.6 version which does not have SpringKotlinDataFetcherFactoryProvider class. Still, I copied its implementation from your latest 4.0 alpha version to our code but still no luck.
We have even tried to define our own Auto-Configuration class instead of a regular Configuration one with the bean definition you sent but it didn't work either.
Can you please confirm that this should work on 3.6.6 version so that we build a small github project as an example to share with you? Thanks.
Best regards,
João Dias