Package org.wiremock.url
Interface QueryParamValue
- All Superinterfaces:
Normalisable<QueryParamValue>,org.wiremock.stringparser.ParsedString,PercentEncoded<QueryParamValue>
public interface QueryParamValue
extends PercentEncoded<QueryParamValue>, org.wiremock.stringparser.ParsedString
-
Field Summary
Fields -
Method Summary
Static MethodsMethods inherited from interface org.wiremock.url.Normalisable
isNormalForm, normaliseMethods inherited from interface org.wiremock.stringparser.ParsedString
toStringMethods inherited from interface org.wiremock.url.PercentEncoded
decode, isEmpty, length
-
Field Details
-
EMPTY
-
-
Method Details
-
parse
- Throws:
IllegalQueryParamValue
-
encode
-