AbstractJackson2HttpMessageConverter was supporting reading unresolvable types that lead to deserializing to a Map. This support should be added to AbstractJacksonHttpMessageConverter to fix that regression and because it is needed for https://github.com/spring-cloud/spring-cloud-openfeign/issues/1257.