Answer the question
In order to leave comments, you need to log in
Parse json into POJO with different field structure using Jackson?
There is a rest that receives such a Json
{
"documentGuid": null,
"cancellingBase": {
"guid": "c81307da-2733-40fd-80bd-a0c2e985a624",
"name": null,
"code": "1"
}
}
public class CancellingBase{
private String documentGuid;
private String cancellingBaseGuid;
private String cancellingBaseCode;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question