Class JsonMapperFactory


  • public class JsonMapperFactory
    extends java.lang.Object
    Json Mapper Factory.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  JsonMapperFactory.Holder
      The holder defers the classloading until it is used.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper getInstance()
      Gets the singleton instance of the JsonMapper.
      • Methods inherited from class java.lang.Object

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

      • JsonMapperFactory

        public JsonMapperFactory()
    • Method Detail

      • getInstance

        public static com.fasterxml.jackson.databind.ObjectMapper getInstance()
        Gets the singleton instance of the JsonMapper.
        Returns:
        the JsonMapper