Is there a way to define the json-p callback function when using MappingJacksonJsonView?
Thanks.
Is there a way to define the json-p callback function when using MappingJacksonJsonView?
Thanks.
I have the same need as well. I think the easiest way is to extend MappingJacksonJsonView and override renderMergedOutputModel(..). Any other suggestions?
I have ran into similar issue but with Spring 3.1 using @RequestMapping. I endup created a custom message converter to deal with the padding. I have documented the details here.