程序包 cn.taketoday.web.view.xml
@NonNullApi
@NonNullFields
package cn.taketoday.web.view.xml
Support classes for providing a View implementation based on XML Marshalling.
-
类类说明Framework MVC
Viewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.Web-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.