Class JacksonJSONContext.ObjectMapperGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generate​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectMapperGenerator

        protected ObjectMapperGenerator()
    • Method Detail

      • generate

        public java.lang.String generate​(java.lang.Object object)
        Specified by:
        generate in interface JSONContext.Generator
        Parameters:
        object - the object to stringify
        Returns:
        the JSON string representing the object