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
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/json/MappingJacksonJsonView.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
*
40
40
* <p>By default, the entire contents of the model map (with the exception of framework-specific classes) will be
41
41
* encoded as JSON. For cases where the contents of the map need to be filtered, users may specify a specific set of
42
-
* model attributes to encode via the {@link #setRenderedAttributes(Set) includeAttributes} property.
42
+
* model attributes to encode via the {@link #setRenderedAttributes(Set) renderedAttributes} property.
0 commit comments