类 ObjectMapperFactory

java.lang.Object
org.apache.pulsar.common.util.ObjectMapperFactory

public class ObjectMapperFactory extends Object
  • 构造器详细资料

    • 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()