Interface SpringDataJacksonModules

All Known Implementing Classes:
SpringDataJacksonConfiguration

@Deprecated(since="4.0", forRemoval=true) public interface SpringDataJacksonModules
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0, in favor of SpringDataJackson3Configuration which uses Jackson 3.
Marker interface to describe configuration classes that ship Jackson modules that are supposed to be added to the Jackson ObjectMapper configured for EnableSpringDataWebSupport.
Since:
1.13
Author:
Oliver Gierke