* Jackson module responsible for intelligently serializing and deserializing JSON that corresponds to an entity.
*
* @return
*/
private Module persistentEntityJackson2Module() {
return new PersistentEntityJackson2Module(resourceMappings(), persistentEntities(), config(),
uriToEntityConverter());
}