Class JsonManagement


  • public class JsonManagement
    extends java.lang.Object
    Utility class for JSON serialization.
    Since:
    6 Oct 2022
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonManagement()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper jsonMapper​(ModelDescription md)
      create an ObjectMapper suitably configured for use with the VODML generated models.
      • Methods inherited from class java.lang.Object

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

      • JsonManagement

        public JsonManagement()
    • Method Detail

      • jsonMapper

        public static com.fasterxml.jackson.databind.ObjectMapper jsonMapper​(ModelDescription md)
        create an ObjectMapper suitably configured for use with the VODML generated models.
        Parameters:
        md - the description of the model.
        Returns:
        the objectmapper.