public class ApiSerializerModuleFactory
extends java.lang.Object
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 and Description |
---|
ApiSerializerModuleFactory() |
Modifier and Type | Method and Description |
---|---|
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() |
public static org.codehaus.jackson.map.Module create()
public static java.util.List<? extends org.codehaus.jackson.map.JsonSerializer> getApiSerializers()
public static java.util.Map<java.lang.Class<?>,? extends org.codehaus.jackson.map.JsonDeserializer> getApiDeserializers()
Copyright © 2003-2014 Atlassian. All Rights Reserved.