Package com.atlassian.crowd.util
Class ObjectMapperFactory
java.lang.Object
com.atlassian.crowd.util.ObjectMapperFactory
Factory for creating Jackson
ObjectMapper instances.- Since:
- 6.2.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperCreates an ObjectMapper instance respecting the factory mode.
-
Method Details
-
getObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()Creates an ObjectMapper instance respecting the factory mode.- Returns:
- ObjectMapper instance
-