Package com.adobe.aemds.guide.utils
Class GuideProgressiveUtils
- java.lang.Object
 - 
- com.adobe.aemds.guide.utils.GuideProgressiveUtils
 
 
- 
public class GuideProgressiveUtils extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description GuideProgressiveUtils() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringconvertToJson(java.util.List<java.lang.Object> allSections)Utility to convert the given section list into JSONstatic booleanisGuideProgressiveFieldModel(java.lang.String guideNodeClass)Utility to check if the guide node class is part of the top level progressive view model 
 - 
 
- 
- 
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-
 
 - 
 
 -