Class ObjectMapperFactory

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

public class ObjectMapperFactory extends Object
  • 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()