I\'m trying to create a converter for a custom media-type like application/vnd.custom.hal+json. I saw this answer here, but it won\'t work since you don\'t have
Spring boot docs explicitly states that adding a custom MappingJackson2HttpMessageConverter replaces the default value.
From docs:
Finally, if you provide any
@Beansof typeMappingJackson2HttpMessageConverterthen they will replace the default value in the MVC configuration. Also, a convenience bean is provided of typeHttpMessageConverters(always available if you use the default MVC configuration) which has some useful methods to access the default and user-enhanced message converters.