Uses of Interface
org.springframework.web.client.ResponseExtractor
Packages that use ResponseExtractor
-
Uses of ResponseExtractor in org.springframework.web.client
Classes in org.springframework.web.client that implement ResponseExtractorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.as of 7.1 with no replacement.Methods in org.springframework.web.client that return ResponseExtractorModifier and TypeMethodDescriptionprotected ResponseExtractor<HttpHeaders> RestTemplate.headersExtractor()Deprecated, for removal: This API element is subject to removal in a future version.Return a response extractor forHttpHeaders.<T> ResponseExtractor<ResponseEntity<T>> RestTemplate.responseEntityExtractor(Type responseType) Deprecated, for removal: This API element is subject to removal in a future version.Return aResponseExtractorthat prepares aResponseEntity.Methods in org.springframework.web.client with parameters of type ResponseExtractorModifier and TypeMethodDescriptionprotected <T> @Nullable TRestTemplate.doExecute(URI url, @Nullable String uriTemplate, @Nullable HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Execute the given method on the provided URI.<T> @Nullable TRestOperations.execute(String uriTemplate, HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor, @Nullable Object... uriVariables) Deprecated, for removal: This API element is subject to removal in a future version.Execute the HTTP method to the given URI template, preparing the request with theRequestCallback, and reading the response with aResponseExtractor.<T> @Nullable TRestOperations.execute(String uriTemplate, HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor, Map<String, ? extends @Nullable Object> uriVariables) Deprecated, for removal: This API element is subject to removal in a future version.Execute the HTTP method to the given URI template, preparing the request with theRequestCallback, and reading the response with aResponseExtractor.<T> @Nullable TRestOperations.execute(URI url, HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Execute the HTTP method to the given URL, preparing the request with theRequestCallback, and reading the response with aResponseExtractor.<T> @Nullable TRestTemplate.execute(String uriTemplate, HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor, @Nullable Object... uriVariables) Deprecated, for removal: This API element is subject to removal in a future version.Execute the HTTP method to the given URI template, preparing the request with theRequestCallback, and reading the response with aResponseExtractor.<T> @Nullable TRestTemplate.execute(String uriTemplate, HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor, Map<String, ? extends @Nullable Object> uriVariables) Deprecated, for removal: This API element is subject to removal in a future version.Execute the HTTP method to the given URI template, preparing the request with theRequestCallback, and reading the response with aResponseExtractor.<T> @Nullable TRestTemplate.execute(URI url, HttpMethod method, @Nullable RequestCallback requestCallback, @Nullable ResponseExtractor<T> responseExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Execute the HTTP method to the given URL, preparing the request with theRequestCallback, and reading the response with aResponseExtractor.