Uses of Class
org.springframework.web.servlet.view.AbstractJacksonView
Packages that use AbstractJacksonView
Package
Description
Support classes for providing a View implementation based on JSON serialization.
Support classes for providing a View implementation based on XML Marshalling.
-
Uses of AbstractJacksonView in org.springframework.web.servlet.view.json
Subclasses of AbstractJacksonView in org.springframework.web.servlet.view.jsonModifier and TypeClassDescriptionclass
Spring MVCView
that renders JSON content by serializing the model for the current request using Jackson 3'sObjectMapper
. -
Uses of AbstractJacksonView in org.springframework.web.servlet.view.xml
Subclasses of AbstractJacksonView in org.springframework.web.servlet.view.xmlModifier and TypeClassDescriptionclass
Spring MVCView
that renders XML content by serializing the model for the current request using Jackson 3'sXmlMapper
.