79245459

Date: 2024-12-02 20:11:58
Score: 0.5
Natty:
Report link

or just add on your attribute

 @JsonInclude(JsonInclude.Include.NON_NULL)

example:

@JsonProperty("mapIDs")
@JsonInclude(JsonInclude.Include.NON_NULL)
private List<Integer> mapIDs;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DevMateus