@Configuration(proxyBeanMethods=false) public class WireMockRestTemplateConfiguration extends Object
| Constructor and Description |
|---|
WireMockRestTemplateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.client.RestTemplateCustomizer |
wiremockRestTemplateCustomizer() |
@Bean
@ConditionalOnClass(value=org.apache.http.ssl.SSLContextBuilder.class)
@ConditionalOnProperty(value="wiremock.rest-template-ssl-enabled",
matchIfMissing=true)
public org.springframework.boot.web.client.RestTemplateCustomizer wiremockRestTemplateCustomizer()
Copyright © 2016–2020 Spring. All rights reserved.