Uses of Class
nl.b3p.tailormap.api.persistence.json.CatalogNode
-
Packages that use CatalogNode Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.json -
-
Uses of CatalogNode in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type CatalogNode Modifier and Type Method Description List<CatalogNode>Catalog. getNodes()Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type CatalogNode Modifier and Type Method Description CatalogCatalog. setNodes(List<CatalogNode> nodes) -
Uses of CatalogNode in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return CatalogNode Modifier and Type Method Description CatalogNodeCatalogNode. addChildrenItem(String childrenItem)CatalogNodeCatalogNode. addItemsItem(TailormapObjectRef itemsItem)CatalogNodeCatalogNode. children(List<String> children)CatalogNodeCatalogNode. id(String id)CatalogNodeCatalogNode. items(List<@Valid TailormapObjectRef> items)CatalogNodeCatalogNode. root(Boolean root)CatalogNodeCatalogNode. title(String title)
-