类 JacksonJsonObjectMarshaller<T>

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.lang.Stringmarshal​(T item)
      Marshal an object into a json representation.
      voidsetObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Set the ObjectMapper to use.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • setObjectMapper

        public void setObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Set the ObjectMapper to use.
        参数:
        objectMapper - to use