类 RestTemplateUtils
java.lang.Object
org.cattleframework.utils.http.RestTemplateUtils
Rest模板工具
- 作者:
- orange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T> Tget(String url, org.springframework.http.MediaType type, Map<String, String> headers, Class<T> responseType) <T> Tget(String url, org.springframework.http.MediaType type, Map<String, String> headers, Class<T> responseType, Map<String, ?> uriVariables) <T> Tget(String url, org.springframework.http.MediaType type, Map<String, String> headers, org.springframework.core.ParameterizedTypeReference<T> responseType) <T> Tget(String url, org.springframework.http.MediaType type, Map<String, String> headers, org.springframework.core.ParameterizedTypeReference<T> responseType, Map<String, ?> uriVariables) <T,R> T post(String url, org.springframework.http.MediaType type, Map<String, String> headers, R request, Class<T> responseType) <T,R> T post(String url, org.springframework.http.MediaType type, Map<String, String> headers, R request, org.springframework.core.ParameterizedTypeReference<T> responseType)
-
构造器详细资料
-
RestTemplateUtils
public RestTemplateUtils(org.springframework.web.client.RestTemplate restTemplate)
-
-
方法详细资料
-
post
-
post
-
get
-
get
-
get
-
get
-