Class PathItem
java.lang.Object
org.infinispan.rest.framework.PathItem
Represents each hop of a path. Example: /rest/a/b is formed by 3 path items: rest, a, b.
- Since:
- 10.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetPath()static booleanhasPathParameter(String path)
-
Constructor Details
-
PathItem
public PathItem()
-
-
Method Details
-
getPath
-
hasPathParameter
-
retrieveAllPathVariables
-