From 63fe5b906905d5c96c8eba72b4ab017763087236 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Thu, 27 Aug 2015 10:59:02 +0200 Subject: [PATCH] Fix typo in reference documentation --- src/asciidoc/web-view.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/asciidoc/web-view.adoc b/src/asciidoc/web-view.adoc index 2f5f0ab86a..3c2b67ea25 100644 --- a/src/asciidoc/web-view.adoc +++ b/src/asciidoc/web-view.adoc @@ -2614,9 +2614,8 @@ name(s) could be customized through the `jsonpParameterNames` property. The `MappingJackson2XmlView` uses the https://github.com/FasterXML/jackson-dataformat-xml[Jackson XML extension]'s `XmlMapper` to render the response content as XML. If the model contains multiples entries, the -object to be serialized should be set explicitly using `MappingJackson2XmlView`'s -`modelKey` bean property. If the model contains a single entry, it will be serialized -automatically. +object to be serialized should be set explicitly using the `modelKey` bean property. +If the model contains a single entry, it will be serialized automatically. XML mapping can be customized as needed through the use of JAXB or Jackson's provided annotations. When further control is needed, a custom `XmlMapper` can be injected