Relative Content

Tag Archive for springserializationjacksondeserializationjackson-databind

Spring Jackson JsonDeserialize not working in 2nd level of nested class

In my case JsonDeserialize works well in TournamentRequestDTO and PrizeInfo, but not working inside PrizeGroup. Not sure where problem is and what I am doing wrong. I also tried to make custom setters inside these classes – same issue, setters not working in PrizeGroup, but works well in TournamentRequestDTO and PrizeInfo.