-
By the look of it starting from v2.12 something changed in ObjectMapper implementation and the code below stopped working:
MixIn and annotations are not an option for generated classes. This is just a simple example, in my case class has hundreds of fields and is generated from an Avro schema. I have no control over generation of the getters/setters which confuses Jackson. Is there any way to handle this use case? |
Beta Was this translation helpful? Give feedback.
Answered by
pjfanning
Nov 15, 2023
Replies: 1 comment
-
OP raised a bug instead - no point in creating multiple discussions - FasterXML/jackson-databind#4203 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fcpunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OP raised a bug instead - no point in creating multiple discussions - FasterXML/jackson-databind#4203