Class NodePathUtil


  • public class NodePathUtil
    extends Object
    • Constructor Detail

      • NodePathUtil

        public NodePathUtil()
    • Method Detail

      • createNodePath

        public static NodePath createNodePath​(Node node)
      • parseNodePath

        public static NodePath parseNodePath​(String path)
      • resolveNodePath

        public static Node resolveNodePath​(NodePath nodePath,
                                           Node from)
      • detectPathParamNames

        public static List<String> detectPathParamNames​(String path)