Class ProjectingJackson2HttpMessageConverter

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, GenericHttpMessageConverter<Object>, HttpMessageConverter<Object>

@Deprecated(since="4.0", forRemoval=true) public class ProjectingJackson2HttpMessageConverter extends MappingJackson2HttpMessageConverter implements BeanClassLoaderAware, BeanFactoryAware
Deprecated, for removal: This API element is subject to removal in a future version.
HttpMessageConverter implementation to enable projected JSON binding to interfaces annotated with ProjectedPayload.
Since:
1.13
Author:
Oliver Gierke, Christoph Strobl