You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently @JsonView can be used on any @RequestMapping annotated method. In the case where a @Controller has multiple methods that all return the same view it would be useful if the annotation could be declared just once at the class-level.