Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customization of ObjectMapper / registration of default modules missing #321

Open
hameno opened this issue Jan 10, 2024 · 1 comment
Labels
enhancement New feature or request PR welcome Users are welcome to submit PR

Comments

@hameno
Copy link

hameno commented Jan 10, 2024

The library creates multiple new ObjectMapper instances for JSON serialization/validation which all are missing the default classpath modules, e.g. Kotlin module.
It also does not allow customization of the registered modules.
This makes it almost impossible to use with Kotlin classes.
Please allow customization or at least call objectMapper.findAndRegisterModules()

@YangSan0622 YangSan0622 added enhancement New feature or request PR welcome Users are welcome to submit PR labels Jan 16, 2024
@YangSan0622
Copy link
Contributor

Thank you for your input, PR is welcome to support this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR welcome Users are welcome to submit PR
Projects
None yet
Development

No branches or pull requests

2 participants