Jackson Json: how to convert array to JsonNode and ObjectNode?

后端 未结 5 622
长发绾君心
长发绾君心 2020-12-14 00:56

Given Employee and company class

Company
{
    String companyName;
}

Employee
{
    String employeeName;
}

and my code like the following<

5条回答
提交回复
热议问题