Uses of Class
nl.b3p.tailormap.api.persistence.json.AppContent
-
Packages that use AppContent Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.json -
-
Uses of AppContent in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return AppContent Modifier and Type Method Description AppContentApplication. getContentRoot()Methods in nl.b3p.tailormap.api.persistence with parameters of type AppContent Modifier and Type Method Description ApplicationApplication. setContentRoot(AppContent contentRoot) -
Uses of AppContent in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AppContent Modifier and Type Method Description AppContentAppContent. addBaseLayerNodesItem(AppTreeNode baseLayerNodesItem)AppContentAppContent. addLayerNodesItem(AppTreeNode layerNodesItem)AppContentAppContent. baseLayerNodes(List<@Valid AppTreeNode> baseLayerNodes)AppContentAppContent. layerNodes(List<@Valid AppTreeNode> layerNodes)
-