Problem in field naming, all fields by default starts with small letter.for example: compositeResponse
To avoid this problem add annotation @JsonProperty for each field, like this:
@JsonProperty("persondentification") private String Persondentification;