File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2614,9 +2614,8 @@ name(s) could be customized through the `jsonpParameterNames` property.
2614
2614
The `MappingJackson2XmlView` uses the
2615
2615
https://github.com/FasterXML/jackson-dataformat-xml[Jackson XML extension]'s `XmlMapper`
2616
2616
to render the response content as XML. If the model contains multiples entries, the
2617
- object to be serialized should be set explicitly using `MappingJackson2XmlView`'s
2618
- `modelKey` bean property. If the model contains a single entry, it will be serialized
2619
- automatically.
2617
+ object to be serialized should be set explicitly using the `modelKey` bean property.
2618
+ If the model contains a single entry, it will be serialized automatically.
2620
2619
2621
2620
XML mapping can be customized as needed through the use of JAXB or Jackson's provided
2622
2621
annotations. When further control is needed, a custom `XmlMapper` can be injected
You can’t perform that action at this time.
0 commit comments