类 ObjectMapperFactory
java.lang.Object
org.apache.pulsar.common.util.ObjectMapperFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static com.fasterxml.jackson.databind.ObjectMappercreate()static com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapper
-
构造器详细资料
-
ObjectMapperFactory
public ObjectMapperFactory()
-
-
方法详细资料
-
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()
-