I'm trying to understand what's going on behind the scenes when using the produces param of @RequestMapping (e.g. produces = MediaType.APPLICATION_JSON_VALUE
)
I read somewhere that it calls MappingJackson2HttpMessageConverter? But I can't see the connection and in the Spring Doc I couldn't find what's going on behind the scenes.