Package org.springframework.web.servlet.view.json
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.view.json
Support classes for providing a View implementation based on JSON serialization.
- 
ClassesClassDescriptionAbstract base class for Jackson based and content type independentAbstractViewimplementations.Spring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper.