Package com.mercadopago.net
Class UrlFormatter
- java.lang.Object
-
- com.mercadopago.net.UrlFormatter
-
public class UrlFormatter extends Object
UrlFormatter class.
-
-
Constructor Summary
Constructors Constructor Description UrlFormatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
format(String path, Map<String,Object> queryParams)
Method responsible for format a url and add query params.
-
-
-
Method Detail
-
format
public static String format(String path, Map<String,Object> queryParams) throws MPException
Method responsible for format a url and add query params.- Parameters:
path
- pathqueryParams
- queryParams- Returns:
- url formatted
- Throws:
MPException
- exception
-
-