-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Enhance StdNodeBasedDeserializer
to support readerForUpdating
#3814
Comments
That sounds like a solid improvement. Do you think you could perhaps submit a PR against 2.15, with simple test verifying usage? |
For anyone who wants to tackle this, the important part is having a unit test that shows expected usage: to show the benefit(s). |
This one does sound quite useful. I made a PR #3860. Maybe we can make it to 2.15? |
Is your feature request related to a problem? Please describe.
Currently if you want to perform a
readerForUpdating
from aJsonNode
toT
you need to convert toJsonNode
yourself from the parser. The request is to enhanceStdNodeDeserializer
to assist withreaderForUpdating
.Describe the solution you'd like
Change StdNodeBasedDeserializer to provide a convert method to complement both of JsonDeserializer's deserialize methods by adding another paired method for the intoValue flow.
Usage example
If you have a clear idea of how to use proposed new/modified feature, please show an example.
before
after
Additional context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: