MongoDB with Panache - Pojo Codec Customization #24575
Unanswered
theseeker58
asked this question in
Q&A
Replies: 2 comments
-
/cc @FroMage, @evanchooly, @loicmathieu |
Beta Was this translation helpful? Give feedback.
0 replies
-
@theseeker58 the Pojo Codec is used by MongoDB with Panache and is not customable at the moment. If you need to be able to configure it, please open an enhancement request (as a github issue) describing your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
using Panache for simplifying MongoDB is it possible to customize Pojo Codec, and how? I'd like to enable USE_GETTERS_FOR_SETTERS for collections, as I did in the past without Panache.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions