Retrofit.QueryMap with encodeValues = false.@Documented
@Deprecated
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public static @interface Retrofit.EncodedQueryMap
Both keys and values are converted to strings using String.valueOf(Object). Values are
not URL encoded. null values will not include the query parameter in the URL. See
@QueryMap for URL-encoding equivalent.
Retrofit.Query,
Retrofit.QueryMap