Class GuideProgressiveUtils


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String convertToJson​(java.util.List<java.lang.Object> allSections)
      Utility to convert the given section list into JSON
      static boolean isGuideProgressiveFieldModel​(java.lang.String guideNodeClass)
      Utility to check if the guide node class is part of the top level progressive view model
      • Methods inherited from class java.lang.Object

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

      • GuideProgressiveUtils

        public GuideProgressiveUtils()
    • Method Detail

      • convertToJson

        public static java.lang.String convertToJson​(java.util.List<java.lang.Object> allSections)
        Utility to convert the given section list into JSON
        Parameters:
        allSections -
      • isGuideProgressiveFieldModel

        public static boolean isGuideProgressiveFieldModel​(java.lang.String guideNodeClass)
        Utility to check if the guide node class is part of the top level progressive view model
        Parameters:
        guideNodeClass -