-
Hi everyone, I'm trying to check why in my code, Jackson is not deserializing properly when a class has subclasses. With this code:
and these classes:
After deserialization I have this: Any hints? p.s. all this code available in https://github.com/AnakinPt/jackson |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That was my stupidity ... |
Beta Was this translation helpful? Give feedback.
That was my stupidity ...
I didn't realized there was @JsonIgnoreProperties({"model", "seatingCapacity"}) in the code