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)static PathTemplatepathTemplate(String asString)StringtoString()
-