Class CustomSerializerModuleFactory
java.lang.Object
com.atlassian.confluence.rest.serialization.CustomSerializerModuleFactory
Provides custom jackson serializers for our model. This factory provides a jackson module that is published as a
spring service and wired into jackson and jersey with some spring juju.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.jackson.map.Modulecreate()static org.codehaus.jackson.map.ObjectMapper
-
Constructor Details
-
CustomSerializerModuleFactory
public CustomSerializerModuleFactory()
-
-
Method Details
-
create
public static org.codehaus.jackson.map.Module create() -
createObjectMapper
public static org.codehaus.jackson.map.ObjectMapper createObjectMapper()
-