Interface EncodeSearchUrlToMapPackageStrategy
- All Known Implementing Classes:
DefaultEncodeSearchUrlToMapPackageStrategy
public interface EncodeSearchUrlToMapPackageStrategy
Interface exposing APIs to encode
PackageSearchRequestData into a String url-
Method Summary
Modifier and TypeMethodDescriptionencode(PackageSearchRequestData request) Encode the Package Search Request Data to a map of Strings where the key is the search param and the value is the corresponding value.
-
Method Details
-
encode
Encode the Package Search Request Data to a map of Strings where the key is the search param and the value is the corresponding value.- Parameters:
request- the request- Returns:
- the map
-