程序包 cn.taketoday.web.view.json
@NonNullApi
@NonNullFields
package cn.taketoday.web.view.json
Support classes for providing a View implementation based on JSON serialization.
-
类类说明Abstract base class for Jackson based and content type independent
AbstractViewimplementations.Framework MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper.