spring-framework / org.springframework.web.servlet.view.xml / MappingJackson2XmlView / <init>

<init>

MappingJackson2XmlView()

Construct a new MappingJackson2XmlView using default configuration provided by Jackson2ObjectMapperBuilder and setting the content type to application/xml.

MappingJackson2XmlView(xmlMapper: XmlMapper)

Construct a new MappingJackson2XmlView using the provided XmlMapper and setting the content type to application/xml.

Since
4.2.1