protected <T> T |
RemoteImageServerClient.httpGet(String path,
org.springframework.util.MultiValueMap<String,String> queryParams,
org.springframework.core.ParameterizedTypeReference<JsonResponse<T>> responseType) |
protected <T> T |
RemoteImageServerClient.httpPost(String path,
org.springframework.util.MultiValueMap<String,String> queryParams,
org.springframework.http.HttpEntity payload,
org.springframework.core.ParameterizedTypeReference<JsonResponse<T>> responseType) |
protected <T> T |
RemoteImageServerClient.httpPost(String path,
org.springframework.util.MultiValueMap<String,String> queryParams,
org.springframework.util.MultiValueMap<String,?> bodyParams,
org.springframework.core.ParameterizedTypeReference<JsonResponse<T>> responseType) |