Package org.wiremock.url
Class PathParser
java.lang.Object
org.wiremock.url.PathParser
- All Implemented Interfaces:
org.wiremock.stringparser.StringParser<Path>,PercentEncodedStringParser<Path>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PathParser
public PathParser()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.wiremock.stringparser.StringParser<Path>
-
parse
- Specified by:
parsein interfaceorg.wiremock.stringparser.StringParser<Path>
-
encode
- Specified by:
encodein interfacePercentEncodedStringParser<Path>
-