Class PathItem

java.lang.Object
org.infinispan.rest.framework.PathItem

public abstract class PathItem extends Object
Represents each hop of a path. Example: /rest/a/b is formed by 3 path items: rest, a, b.
Since:
10.0
  • Constructor Details

    • PathItem

      public PathItem()
  • Method Details

    • getPath

      public abstract String getPath()
    • hasPathParameter

      public static boolean hasPathParameter(String path)
    • retrieveAllPathVariables

      public static List<String> retrieveAllPathVariables(String path)