How to cancel @jsonIgnore in specific method
问题 I have a domain javabean, some bean hvae a lot of information with password and login Ip, I use the @jsonIgnore to filter that property which I dont want the end user know. But there has a problem,In other method I use the same javabean to send back to front side,but now I need some property from this domain has anyway can cancel this @jsonIgnore in some specific method? @JsonIgnore private String address; private Integer drawnum; but now I need address , I cant do this..... I dont want to