Class CustomSerializerModuleFactory
java.lang.Object
com.atlassian.confluence.rest.serialization.jackson2.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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.Module
create()
static com.fasterxml.jackson.databind.ObjectMapper
-
Method Details
-
create
public static com.fasterxml.jackson.databind.Module create() -
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
-