@Configuration @EnableConfigurationProperties(value=SkipperClientProperties.class) @EnableHypermediaSupport(type=HAL) public class SkipperClientConfiguration extends Object
| Constructor and Description |
|---|
SkipperClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.client.RestTemplate |
restTemplate(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
SkipperClient |
skipperClient(SkipperClientProperties properties,
org.springframework.web.client.RestTemplate restTemplate) |
org.springframework.web.client.RestTemplate |
validateRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
@Bean
public org.springframework.web.client.RestTemplate restTemplate(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
@Bean public SkipperClient skipperClient(SkipperClientProperties properties, org.springframework.web.client.RestTemplate restTemplate)
public org.springframework.web.client.RestTemplate validateRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.