Generated by
JDiff

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

Added Methods
void setJsonPrefix(String) Specify a custom prefix to use for this view's JSON output.
 

Changed Methods
void writeContent(OutputStream, Object, String) Change in signature from (OutputStream, Object, boolean) to (OutputStream, Object, String).
Write the actual JSON content to the stream.