Class QueryStringParser
java.lang.Object
org.springframework.restdocs.operation.QueryStringParser
A parser for the query string of a URI.
- Author:
- Andy Wilkinson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionParses the query string of the givenuri
and returns the resultingParameters
.
-
Constructor Details
-
QueryStringParser
public QueryStringParser()
-
-
Method Details
-
parse
Parses the query string of the givenuri
and returns the resultingParameters
.- Parameters:
uri
- the uri to parse- Returns:
- the parameters parsed from the query string
-