Class PathTemplate
java.lang.Object
com.github.tomakehurst.wiremock.common.url.PathTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancouldBePathTemplate(String value) booleaninthashCode()booleanbooleanmatches(org.wiremock.url.Path path) intparse(org.wiremock.url.Path url) render(PathParams pathParams) toString()
-
Constructor Details
-
PathTemplate
-
-
Method Details
-
couldBePathTemplate
-
matches
-
matches
public boolean matches(org.wiremock.url.Path path) -
parse
-
parse
-
render
-
withoutVariables
-
toString
-
equals
-
hashCode
public int hashCode() -
numberOfParameters
public int numberOfParameters()
-