Class BeanToJsons<T>
- java.lang.Object
-
- org.exoplatform.wiki.service.impl.BeanToJsons<T>
-
public class BeanToJsons<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanToJsons(List<T> list)BeanToJsons(List<T> jsonList, List<T> treeNodeData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getJsonList()List<T>getTreeNodeData()voidsetJsonList(List<T> objectList)voidsetTreeNodeData(List<T> treeNodeData)
-