Uses of Class
org.springframework.web.servlet.view.json.AbstractJackson2View
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 AbstractJackson2View in org.springframework.web.servlet.view.json
Modifier and TypeClassDescriptionclass
Spring MVCView
that renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper
. -
Uses of AbstractJackson2View in org.springframework.web.servlet.view.xml
Modifier and TypeClassDescriptionclass
Spring MVCView
that renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper
.