Replies: 4 comments 2 replies
-
Please provide a full example. These are not even recent releases. Without providing some real detail, it will be close to impossible to answer this. |
Beta Was this translation helpful? Give feedback.
-
the error is
the enum itself
|
Beta Was this translation helpful? Give feedback.
-
Can you check the release notes, in FasterXML/Jackson wiki, @Odoiporos ? There has been a lot of change between before and after versions. And yes like @pjfanning said, try out later versions. |
Beta Was this translation helpful? Give feedback.
-
ok thank you both for your answers. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Until recently we had the com.fasterxml.jackson.databind from 2.10.1 version and for an objectMapper.convertValue to a dto that has an enum property we had a custom method annotated with @jsonCreator in order to work properly
when we change dto 2.13.3 we had to use the (mode = JsonCreator.Mode.DELEGATING)
Can you please explain what has changed between theses versions that makes the above mode necessary?
Beta Was this translation helpful? Give feedback.
All reactions