@Named public class RestClient extends Object
| Constructor and Description |
|---|
RestClient(org.springframework.web.client.RestTemplate template,
RestClientProperties clientProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
createURI(String uri)
Creates URL based on the URI passed in.
|
org.springframework.web.client.RestTemplate |
getRestTemplate()
Gets rest template.
|
boolean |
isConfigured() |
@Inject
public RestClient(org.springframework.web.client.RestTemplate template,
RestClientProperties clientProperties)
Copyright © 2021. All rights reserved.