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

public class PersistentEntityJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule
Jackson 2 module to serialize and deserialize PersistentEntityResources.
Author:
Jon Brisbin, Oliver Gierke, Greg Turnquist, Alex Leigh
See Also: