Class ViewVersionParser


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ViewVersion fromJson​(com.fasterxml.jackson.databind.JsonNode node)  
      static void toJson​(ViewVersion version, com.fasterxml.jackson.core.JsonGenerator generator)  
      • Methods inherited from class java.lang.Object

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

      • toJson

        public static void toJson​(ViewVersion version,
                                  com.fasterxml.jackson.core.JsonGenerator generator)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • fromJson

        public static ViewVersion fromJson​(com.fasterxml.jackson.databind.JsonNode node)