Package org.apache.pulsar.common.util
Class ObjectMapperFactory
java.lang.Object
org.apache.pulsar.common.util.ObjectMapperFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMappercreate()static com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Details
-
ObjectMapperFactory
public ObjectMapperFactory()
-
-
Method Details
-
create
public static com.fasterxml.jackson.databind.ObjectMapper create() -
createYaml
public static com.fasterxml.jackson.databind.ObjectMapper createYaml() -
getThreadLocal
public static com.fasterxml.jackson.databind.ObjectMapper getThreadLocal() -
getThreadLocalYaml
public static com.fasterxml.jackson.databind.ObjectMapper getThreadLocalYaml()
-