Package org.springframework.web.servlet.view.xml
@NullMarked
package org.springframework.web.servlet.view.xml
Support classes for providing a View implementation based on XML Marshalling.
-
ClassesClassDescriptionSpring MVC
Viewthat renders XML content by serializing the model for the current request using Jackson 3'sXmlMapper.Deprecated, for removal: This API element is subject to removal in a future version.Spring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.
JacksonXmlView