JsonIgnore

@JsonInclude、@JsonIgnore、@JsonFormat、@JsonSerialize、@JsonIgnoreProperties、@JsonIgnoreType

一、@JsonIgnore: 1、作用: 在json序列化时将java bean中的一些属性忽略掉,序列化和反序列化都受影响。 一般标记在属性或者方法上,在返回的json数据就不包含该属性 2、场景模拟: 将一个User序列化成Json数据并返回给前台,当我们在User的password和email ......
共1篇  :1/1页 首页上一页1下一页尾页