We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0fb1b commit 75291b3Copy full SHA for 75291b3
src/asciidoc/index.adoc
@@ -31639,8 +31639,8 @@ It can sometimes be useful to filter contextually the object that will be serial
31639
HTTP response body. In order to provide such capability, Spring MVC has built-in support for
31640
rendering with http://wiki.fasterxml.com/JacksonJsonViews[Jackson's Serialization Views].
31641
31642
-To use it with `@ResponseBody` controller method or methods return `ResponseEntity`, simply
31643
-add the `@JsonView` annotation:
+To use it with an `@ResponseBody` controller method or controller methods that return
+`ResponseEntity`, simply add the `@JsonView` annotation:
31644
31645
[source,java,indent=0]
31646
[subs="verbatim,quotes"]
0 commit comments