Change Field Name

public interface Employee {

   @JsonProperty("employeeName")
   public String getName();

}

Last updated