程序包 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 View that renders XML content by serializing the model for the current request using Jackson 2's XmlMapper.
    Web-MVC View that allows for response context to be rendered as the result of marshalling by a Marshaller.