public interface Employee { @JsonProperty("employeeName") public String getName(); }
Last updated 6 years ago