Class ObjectMapperUtil


  • public final class ObjectMapperUtil
    extends java.lang.Object
    Utility for serialization and deserialization of asg documents.
    Author:
    ykalapusha
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper getMapperInstance()
      Getter for ObjectMapper instance.
      • Methods inherited from class java.lang.Object

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

      • getMapperInstance

        public static com.fasterxml.jackson.databind.ObjectMapper getMapperInstance()
        Getter for ObjectMapper instance.
        Returns:
        ObjectMapper instance