类的使用
cn.taketoday.web.view.json.AbstractJackson2View
使用AbstractJackson2View的程序包
程序包
说明
Support classes for providing a View implementation based on JSON serialization.
Support classes for providing a View implementation based on XML Marshalling.
-
cn.taketoday.web.view.json中AbstractJackson2View的使用
修饰符和类型类说明classFramework MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper. -
cn.taketoday.web.view.xml中AbstractJackson2View的使用
修饰符和类型类说明classFramework MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.