Change Field Name
public interface Employee {
@JsonProperty("employeeName")
public String getName();
}Last updated
Was this helpful?
public interface Employee {
@JsonProperty("employeeName")
public String getName();
}Last updated
Was this helpful?