Class PersistentEntityJackson2Module

java.lang.Object
com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.module.SimpleModule
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module
All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

@Deprecated(since="5.0", forRemoval=true) public class PersistentEntityJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0, in favor of PersistentEntityJackson3Module.
Jackson 2 module to serialize and deserialize PersistentEntityResources.
Author:
Jon Brisbin, Oliver Gierke, Greg Turnquist, Alex Leigh
See Also: