springMvc 將對象json返回時自動忽略掉對象中的特定屬性的註解方式

1.註解使用在 類名,接口頭上html @JsonIgnoreProperties(value={"comid"}) //但願動態過濾掉的屬性  java 例spring   @JsonIgnoreProperties(value={"comid"}) public interface CompanyFilter{ } 2。該註解使用在get方法頭上json @Jso
相關文章
相關標籤/搜索