com.atlassian.confluence.api.serialization
Class ApiSerializerModuleFactory

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

@Internal
public class ApiSerializerModuleFactory
extends 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 Map<Class<?>,? extends org.codehaus.jackson.map.JsonDeserializer> getApiDeserializers()
           
static 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 List<? extends org.codehaus.jackson.map.JsonSerializer> getApiSerializers()

getApiDeserializers

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


Copyright © 2003–2015 Atlassian. All rights reserved.