Deserialize JSON created using custom getter and unwrapped object using Jackson
This is a follow up question of an answer to Jackson custom getters. The solution works and creates proper JSON. The problem is deserialization. I have an unwrapped object with some attributes not shown in JSON but instead replaced by…