JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
H
O
P
R
S
C
convertErrorReport(ErrorReport)
- Method in class org.sklsft.commons.rest.client.exception.
ErrorReportHandler
instantiates the
ApplicationException
as described in the
ErrorReport
that a rest service can respond
D
delete(String, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a DELETE method with url variables
E
ErrorReportHandler
- Class in
org.sklsft.commons.rest.client.exception
this class is responsible for handling error reports that a rest service can respond.
ErrorReportHandler()
- Constructor for class org.sklsft.commons.rest.client.exception.
ErrorReportHandler
exchange(String, HttpMethod, Object, Class<T>)
- Method in class org.sklsft.commons.rest.client.
RestClient
Call a rest url with the specified method and maps the response to T.
exchange(String, HttpMethod, Object, Class<T>, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
Call a rest url with the specified method with url variables and maps the response to T.
exchange(String, HttpMethod, Object, ParameterizedTypeReference<T>)
- Method in class org.sklsft.commons.rest.client.
RestClient
Call a rest url with the specified method and maps the response to the given parameterized type.
exchange(String, HttpMethod, Object, ParameterizedTypeReference<T>, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
Call a rest url with the specified method with url variables and maps the response to the given parameterized type.
G
getForObject(String, Class<T>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a GET method and maps the response to T
getForObject(String, Class<T>, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a GET method with url variables and maps the response to T
getForObject(String, ParameterizedTypeReference<T>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a GET method and maps the response to the given parameterized type.
getForObject(String, ParameterizedTypeReference<T>, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a GET method with url variables and maps the response to the given parameterized type.
getObjectMapper()
- Method in class org.sklsft.commons.rest.client.exception.
ErrorReportHandler
H
handleError(ClientHttpResponse)
- Method in class org.sklsft.commons.rest.client.exception.
ErrorReportHandler
hasError(ClientHttpResponse)
- Method in class org.sklsft.commons.rest.client.exception.
ErrorReportHandler
O
org.sklsft.commons.rest.client
- package org.sklsft.commons.rest.client
org.sklsft.commons.rest.client.exception
- package org.sklsft.commons.rest.client.exception
P
postForObject(String, Object, Class<T>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a POST method and maps the response to T
postForObject(String, Object, Class<T>, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a POST method with url variables and maps the response to T
postForObject(String, Object, ParameterizedTypeReference<T>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a POST method and maps the response to the given parameterized type.
postForObject(String, Object, ParameterizedTypeReference<T>, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a POST method with url variables and maps the response to the given parameterized type.
put(String, Object)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a PUT method
put(String, Object, Map<String, ?>)
- Method in class org.sklsft.commons.rest.client.
RestClient
call a rest url with a PUT method with url variables
R
RestClient
- Class in
org.sklsft.commons.rest.client
this class is responsible for calling rest services.
RestClient()
- Constructor for class org.sklsft.commons.rest.client.
RestClient
S
setObjectMapper(ObjectMapper)
- Method in class org.sklsft.commons.rest.client.exception.
ErrorReportHandler
setRestServerUrl(String)
- Method in class org.sklsft.commons.rest.client.
RestClient
setRestTemplate(RestTemplate)
- Method in class org.sklsft.commons.rest.client.
RestClient
C
D
E
G
H
O
P
R
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.