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

Feature: Implement nested map deserialization to configuration calls as a native exposed functionality #30

Open
superyuuki opened this issue Nov 17, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@superyuuki
Copy link

Currently, nested modular configuration (considering classes not present at compile-time for an application's primary configuration) is difficult to implement. Exposing a functionality to deserialize maps provided using DazzleConf's ValueSerializer and FlexibleType would allow for enhanced modularity as subclass configurations would be provided the ability to insert new features to a configuration's deserialization by simply providing an instance of their configuration's class object and letting the library handle the heavy lifting.

@A248 A248 added the enhancement New feature or request label Dec 2, 2021
@A248 A248 added this to the 2.0.0 milestone Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants