Uses of Class
org.springframework.web.servlet.view.json.AbstractJackson2View
Packages that use AbstractJackson2View Package Description org.springframework.web.servlet.view.json Support classes for providing a View implementation based on JSON serialization.org.springframework.web.servlet.view.xml Support classes for providing a View implementation based on XML Marshalling.Uses of AbstractJackson2View in org.springframework.web.servlet.view.json
Subclasses of AbstractJackson2View in org.springframework.web.servlet.view.json Modifier and Type Class Description classMappingJackson2JsonViewSpring MVCViewthat 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
Subclasses of AbstractJackson2View in org.springframework.web.servlet.view.xml Modifier and Type Class Description classMappingJackson2XmlViewSpring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.