Class ObjectMapperFactory

java.lang.Object
com.atlassian.crowd.util.ObjectMapperFactory

public final class ObjectMapperFactory extends Object
Factory for creating Jackson ObjectMapper instances.
Since:
6.2.3
  • Method Details

    • getObjectMapper

      public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
      Creates an ObjectMapper instance respecting the factory mode.
      Returns:
      ObjectMapper instance