You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Jackson2JsonMessageConverter is tied with the JSON and we don't have a Jackson2 hierarchy abstraction as AbstractJackson2HttpMessageConverter of spring-mvc module.
We need to implement Jackson2XmlMessageConverter and create a new abstraction AbstractJackson2HttpMessageConverter to act as a parent for the new Jackson2XmlMessageConverter and the existing Jackson2JsonMessageConverter.