Package io.apicurio.datamodels.paths
Class NodePathUtil
- java.lang.Object
-
- io.apicurio.datamodels.paths.NodePathUtil
-
public class NodePathUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description NodePathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodePathcreateNodePath(Node node)static List<String>detectPathParamNames(String path)static NodePathparseNodePath(String path)static NoderesolveNodePath(NodePath nodePath, Node from)
-