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.
-
ClassDescriptionAbstract base class for Jackson based and content type independent
AbstractView
implementations.Spring MVCView
that renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper
.