Class ObjectMapperFactory


  • public class ObjectMapperFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper newInstance()
      Create an ObjectMapper instance that can be used in the job orchestration module with all relevant concrete type mappings.
      • Methods inherited from class java.lang.Object

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

      • ObjectMapperFactory

        public ObjectMapperFactory()
    • Method Detail

      • newInstance

        public static com.fasterxml.jackson.databind.ObjectMapper newInstance()
        Create an ObjectMapper instance that can be used in the job orchestration module with all relevant concrete type mappings.
        Returns: