Class PersistentEntityJackson3Module

java.lang.Object
tools.jackson.databind.JacksonModule
tools.jackson.databind.module.SimpleModule
org.springframework.data.rest.webmvc.json.PersistentEntityJackson3Module
All Implemented Interfaces:
Serializable, tools.jackson.core.Versioned

public class PersistentEntityJackson3Module extends tools.jackson.databind.module.SimpleModule
Jackson 3 module to serialize and deserialize PersistentEntityResources.
Since:
5.0
Author:
Mark Paluch, Jon Brisbin, Oliver Gierke, Greg Turnquist, Alex Leigh
See Also: