public class RestJsonModule
extends org.codehaus.jackson.map.module.SimpleModule
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
RestJsonModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setJsonDeserializers(Map<String,org.codehaus.jackson.map.JsonDeserializer> jsonDeserializers) |
void |
setJsonSerializers(List<org.codehaus.jackson.map.JsonSerializer> jsonSerializers) |
void |
setupModule(org.codehaus.jackson.map.Module.SetupContext context) |
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, setAbstractTypes, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setSerializers, setValueInstantiators, versionpublic void setupModule(org.codehaus.jackson.map.Module.SetupContext context)
setupModule in class org.codehaus.jackson.map.module.SimpleModulepublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setJsonSerializers(List<org.codehaus.jackson.map.JsonSerializer> jsonSerializers)
Copyright © 2005–2017 Alfresco Software. All rights reserved.