So I have a rest model like Org.java , where i have one field of type String.
public class Org { private String employee; ... } public class Employee {