-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Support for Map<String, String> in JavaPropsMapper
#139
Comments
I am not sure I understand: |
What I meant is that if you have:
you will get
However, for
Maybe I should have been more specific. I would like to convert |
Ah. I think I understand -- so, to convert from Map where keys have dotted notation into logical structure represented? That makes sense. Technically should be easy, just need to figure out API: could be |
Exactly that.
|
Ok cool. I added this on: https://github.com/FasterXML/jackson-future-ideas/wiki/Jackson-Work-in-Progress and hope to get this in 2.10.0.pr2 (and final 2.10.0) if all goes well. |
That's awesome. Thank you very much. If you need some help let me know |
JavaPropsMapper
Currently the
JavaPropsMapper
can only work withjava.util.Properties
. It would be good if there is support for usingMap<String, String>
in addition tojava.util.Properties
.Would you be open in accepting a PR that adds this support?
The text was updated successfully, but these errors were encountered: