Generated by
JDiff

Class org.springframework.web.servlet.view.json.MappingJackson2JsonView

Added Methods
JsonEncoding getEncoding() Return the {@code JsonEncoding} for this view.
ObjectMapper getObjectMapper() Return the {@code ObjectMapper} for this view.
void writeContent(OutputStream, Object, boolean) Write the actual JSON content to the stream.
 

Changed Methods
Set<String> getModelKeys() Change from non-final to final.
Return the attributes in the model that should be rendered by this view.
Set<String> getRenderedAttributes() Change from non-final to final.
use {@link #getModelKeys()} instead