在resteasy api中发送响应时忽略json varible

时间:2017-01-04 09:13:54

标签: 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;

不工作。 还有其他解决方案吗?

0 个答案:

没有答案