retrofit2.ParamProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of retrofit Show documentation
Show all versions of retrofit Show documentation
A type-safe HTTP client for Android and Java.
The newest version!
package retrofit2;
/** Created by ZhangZhenli on 2015/11/25. */
public interface ParamProvider {
Object getHeaderParam(String paramName);
Object getUrlParam(String paramName);
Object getQueryParam(String paramName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy