public abstract class AbstractRestClientBase extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
baseUrl |
protected String |
extension |
protected org.springframework.web.client.RestTemplate |
restTemplate |
Constructor and Description |
---|
AbstractRestClientBase() |
Modifier and Type | Method and Description |
---|---|
protected String |
getAbsoluteUrl(String relativeUrl) |
void |
setBaseUrl(String baseUrl) |
void |
setExtension(String extension) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
Copyright © 2023 CrafterCMS. All rights reserved.