Variant of ObjectMapper.convertValue()
that does "Deep Copy" (Clone)
#2007
Labels
3.0
Issue planned for initial 3.0 release
cc: @cowtowncoder
I saw people using Jackson to do it, but in a not-so-efficient way:
I know about
ObjetMapper.convertValue
method, but the problem is that it returns the original value is of the given type:And also the note is the documentation which reads:
So can we have (an overloaded version of)
convertValue
(or a new method) to behave totally as deep copy?The text was updated successfully, but these errors were encountered: