I have a #jsonapi question for the fediverse. I am trying to deserialize #JSON using #fasterxml Jackson in #java I’ve created a set of wrappers around primitives so I can constrain the values (range, length, etc). What I can’t figure out how to do is instruct Jackson to call the objects setValue method rather than creating a new object. Anyone have any suggestions?
#jsonapi #json #fasterxml #java