You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2220 changed ObjectMapper.convertValue() to always (de)serialize values instead of trying to intelligently return an object if it doesn't need converted but the documentation still suggest it is trying to be intelligent. Can the docs be updated to reflect current behavior?
#2220 changed
ObjectMapper.convertValue()
to always (de)serialize values instead of trying to intelligently return an object if it doesn't need converted but the documentation still suggest it is trying to be intelligent. Can the docs be updated to reflect current behavior?Ref:
jackson-databind/src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java
Line 2072 in 0d17325
The text was updated successfully, but these errors were encountered: