Package growthbook.sdk.java.util
Class UrlUtils
java.lang.Object
growthbook.sdk.java.util.UrlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseQueryString
(String queryString) Parse a query string into a map of key/value pairs.
-
Constructor Details
-
UrlUtils
public UrlUtils()
-
-
Method Details
-
parseQueryString
Parse a query string into a map of key/value pairs.- Parameters:
queryString
- the string to parse (without the '?')- Returns:
- key/value pairs mapping to the items in the query string
-