Class WireMockRestTemplateConfiguration
java.lang.Object
org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration
@Configuration(proxyBeanMethods=false)
public class WireMockRestTemplateConfiguration
extends Object
- Author:
- Dave Syer, Nikola KoloĆĄnjaji
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.restclient.RestTemplateCustomizer
-
Constructor Details
-
WireMockRestTemplateConfiguration
public WireMockRestTemplateConfiguration()
-
-
Method Details
-
wiremockRestTemplateCustomizer
@Bean @ConditionalOnClass(org.apache.http.ssl.SSLContextBuilder.class) @ConditionalOnProperty(value="wiremock.rest-template-ssl-enabled", matchIfMissing=true) public org.springframework.boot.restclient.RestTemplateCustomizer wiremockRestTemplateCustomizer()
-