I try to deserialize object that contains null-properties and have the JsonMappingException.
JsonMappingException
What I do:
String actual =
Add JsonProperty annotation to your attribute in TO class, as below
@JsonProperty private String id;