标签: java resteasy
我想在json响应中忽略空值变量。 尝试使用fasterxml
inputDF.write.option("auto.purge" -> "true").saveAsTable(hiveTableName)
也
@JsonSerialize(include = Inclusion.NON_NULL) @JsonProperty("response_value") private String response_value = null;
不工作。 还有其他解决方案吗?