@JsonInclude(Include.NON_NULL) public String getStudentName() { return studentName; } (or) @JsonInclude(Include.NON_NULL) public void setStudentName(String studentName) { this.studentName = studentName; }