Interface EncodeSearchUrlToMapStrategy
- All Known Implementing Classes:
DefaultEncodeSearchUrlToMapStrategy
public interface EncodeSearchUrlToMapStrategy
Interface exposing APIs to encode
AccommodationSearchRequestData
into a String url-
Method Summary
Modifier and TypeMethodDescriptionencode(AccommodationSearchRequestData request) Encode the Accommodation 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 Accommodation 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
-