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, version
public void setupModule(org.codehaus.jackson.map.Module.SetupContext context)
setupModule
in class org.codehaus.jackson.map.module.SimpleModule
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void setJsonSerializers(List<org.codehaus.jackson.map.JsonSerializer> jsonSerializers)
Copyright © 2005–2017 Alfresco Software. All rights reserved.