Given Employee and company class
Company { String companyName; } Employee { String employeeName; }
and my code like the following<
JsonNode result = new ObjectMapper().readTree(e.toString());