MappingJackson2JsonView does not refer to "renderedAttributes" anymore

Issue: SPR-17182
This commit is contained in:
Juergen Hoeller
2018-08-14 22:02:31 +02:00
parent 484a2f3f2d
commit 9de85f1336
2 changed files with 3 additions and 3 deletions

View File

@@ -2674,7 +2674,7 @@ The `MappingJackson2JsonView` uses the Jackson library's `ObjectMapper` to rende
content as JSON. By default, the entire contents of the model map (with the exception of
framework-specific classes) will be encoded as JSON. For cases where the contents of the
map need to be filtered, users may specify a specific set of model attributes to encode
via the `RenderedAttributes` property. The `extractValueFromSingleKeyModel` property may
via the `modelKeys` property. The `extractValueFromSingleKeyModel` property may
also be used to have the value in single-key models extracted and serialized directly
rather than as a map of model attributes.