public class CseRestTemplate extends AcceptableRestTemplate
| Constructor and Description |
|---|
CseRestTemplate() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getForObject(String url,
Class<T> responseType,
Map<String,?> uriVariables) |
<T> T |
getForObject(String url,
Class<T> responseType,
Object... uriVariables) |
<T> T |
getForObject(URI url,
Class<T> responseType) |
<T> org.springframework.web.client.RequestCallback |
httpEntityCallback(Object requestBody) |
<T> org.springframework.web.client.RequestCallback |
httpEntityCallback(Object requestBody,
Type responseType) |
boolean |
isAcceptable(String uri) |
boolean |
isAcceptable(URI uri) |
<T> T |
patchForObject(String url,
Object request,
Class<T> responseType,
Map<String,?> uriVariables) |
<T> T |
patchForObject(String url,
Object request,
Class<T> responseType,
Object... uriVariables) |
<T> T |
patchForObject(URI url,
Object request,
Class<T> responseType) |
<T> T |
postForObject(String url,
Object request,
Class<T> responseType,
Map<String,?> uriVariables) |
<T> T |
postForObject(String url,
Object request,
Class<T> responseType,
Object... uriVariables) |
<T> T |
postForObject(URI url,
Object request,
Class<T> responseType) |
<T> org.springframework.web.client.ResponseExtractor<org.springframework.http.ResponseEntity<T>> |
responseEntityExtractor(Type responseType) |
acceptHeaderRequestCallback, delete, delete, delete, doExecute, exchange, exchange, exchange, exchange, exchange, exchange, exchange, exchange, execute, execute, execute, getErrorHandler, getForEntity, getForEntity, getForEntity, getMessageConverters, getUriTemplateHandler, handleResponse, headersExtractor, headForHeaders, headForHeaders, headForHeaders, optionsForAllow, optionsForAllow, optionsForAllow, postForEntity, postForEntity, postForEntity, postForLocation, postForLocation, postForLocation, put, put, put, setDefaultUriVariables, setErrorHandler, setMessageConverters, setUriTemplateHandlergetInterceptors, getRequestFactory, setInterceptors, setRequestFactory@Nullable public <T> T getForObject(String url, Class<T> responseType, Object... uriVariables) throws org.springframework.web.client.RestClientException
getForObject in interface org.springframework.web.client.RestOperationsgetForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T getForObject(String url, Class<T> responseType, Map<String,?> uriVariables) throws org.springframework.web.client.RestClientException
getForObject in interface org.springframework.web.client.RestOperationsgetForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T getForObject(URI url, Class<T> responseType) throws org.springframework.web.client.RestClientException
getForObject in interface org.springframework.web.client.RestOperationsgetForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T postForObject(String url, @Nullable Object request, Class<T> responseType, Object... uriVariables) throws org.springframework.web.client.RestClientException
postForObject in interface org.springframework.web.client.RestOperationspostForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T postForObject(String url, @Nullable Object request, Class<T> responseType, Map<String,?> uriVariables) throws org.springframework.web.client.RestClientException
postForObject in interface org.springframework.web.client.RestOperationspostForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T postForObject(URI url, @Nullable Object request, Class<T> responseType) throws org.springframework.web.client.RestClientException
postForObject in interface org.springframework.web.client.RestOperationspostForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T patchForObject(String url, @Nullable Object request, Class<T> responseType, Object... uriVariables) throws org.springframework.web.client.RestClientException
patchForObject in interface org.springframework.web.client.RestOperationspatchForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T patchForObject(String url, @Nullable Object request, Class<T> responseType, Map<String,?> uriVariables) throws org.springframework.web.client.RestClientException
patchForObject in interface org.springframework.web.client.RestOperationspatchForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientException@Nullable public <T> T patchForObject(URI url, @Nullable Object request, Class<T> responseType) throws org.springframework.web.client.RestClientException
patchForObject in interface org.springframework.web.client.RestOperationspatchForObject in class org.springframework.web.client.RestTemplateorg.springframework.web.client.RestClientExceptionpublic <T> org.springframework.web.client.ResponseExtractor<org.springframework.http.ResponseEntity<T>> responseEntityExtractor(Type responseType)
responseEntityExtractor in class org.springframework.web.client.RestTemplatepublic <T> org.springframework.web.client.RequestCallback httpEntityCallback(Object requestBody)
httpEntityCallback in class org.springframework.web.client.RestTemplatepublic <T> org.springframework.web.client.RequestCallback httpEntityCallback(Object requestBody, Type responseType)
httpEntityCallback in class org.springframework.web.client.RestTemplatepublic boolean isAcceptable(String uri)
isAcceptable in class AcceptableRestTemplatepublic boolean isAcceptable(URI uri)
isAcceptable in class AcceptableRestTemplateCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.