Class BeanToJsons<T>


  • public class BeanToJsons<T>
    extends Object
    • Constructor Detail

      • BeanToJsons

        public BeanToJsons​(List<T> list)
      • BeanToJsons

        public BeanToJsons​(List<T> jsonList,
                           List<T> treeNodeData)
    • Method Detail

      • getJsonList

        public List<T> getJsonList()
      • setJsonList

        public void setJsonList​(List<T> objectList)
      • getTreeNodeData

        public List<T> getTreeNodeData()
      • setTreeNodeData

        public void setTreeNodeData​(List<T> treeNodeData)