public class RepositoryAwareJacksonModule
extends org.codehaus.jackson.map.module.SimpleModule
implements org.springframework.beans.factory.InitializingBean
Module to handle properly serializing and
deserializing entities with links.| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<RepositoryExporter> |
repositoryExporters |
| Constructor and Description |
|---|
RepositoryAwareJacksonModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setupModule(org.codehaus.jackson.map.Module.SetupContext context) |
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, setAbstractTypes, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setSerializers, setValueInstantiators, version@Autowired(required=false) protected java.util.List<RepositoryExporter> repositoryExporters
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void setupModule(org.codehaus.jackson.map.Module.SetupContext context)
setupModule in class org.codehaus.jackson.map.module.SimpleModule