Package de.quantummaid.httpmaid.path
Class PathTemplate
- java.lang.Object
-
- de.quantummaid.httpmaid.path.PathTemplate
-
public final class PathTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description PathTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>extractPathParameters(Path path)booleanmatches(Path path)List<String>parameters()static PathTemplatepathTemplate(String asString)StringtoString()
-
-
-
Method Detail
-
pathTemplate
public static PathTemplate pathTemplate(String asString)
-
matches
public boolean matches(Path path)
-
-