com.atlassian.confluence.api.serialization
Class ApiSerializerModuleFactory

java.lang.Object
  extended by com.atlassian.confluence.api.serialization.ApiSerializerModuleFactory

public class ApiSerializerModuleFactory
extends java.lang.Object

Create a serializer module factory to allow api model objects to be serialized.

Not actually wired up with spring and is imported into RestSerializerModuleFactory but allows us to test our model objects, and encapsulated the serializer implementations behind this facade.


Constructor Summary
ApiSerializerModuleFactory()
           
 
Method Summary
static org.codehaus.jackson.map.Module create()
           
static java.util.Map<java.lang.Class<?>,? extends org.codehaus.jackson.map.JsonDeserializer> getApiDeserializers()
           
static java.util.List<? extends org.codehaus.jackson.map.JsonSerializer> getApiSerializers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiSerializerModuleFactory

public ApiSerializerModuleFactory()
Method Detail

create

public static org.codehaus.jackson.map.Module create()

getApiSerializers

public static java.util.List<? extends org.codehaus.jackson.map.JsonSerializer> getApiSerializers()

getApiDeserializers

public static java.util.Map<java.lang.Class<?>,? extends org.codehaus.jackson.map.JsonDeserializer> getApiDeserializers()


Copyright © 2003-2014 Atlassian. All Rights Reserved.