Class WebClientRestTemplateAutoConfiguration
java.lang.Object
org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
@AutoConfiguration(after=RestTemplateAutoConfiguration.class)
@ConditionalOnProperty(prefix="spring.test.webclient",
name="register-rest-template")
public class WebClientRestTemplateAutoConfiguration
extends Object
Auto-configuration for a web-client
RestTemplate
. Used when
AutoConfigureWebClient.registerRestTemplate()
is true
.- Since:
- 1.4.0
- Author:
- Phillip Webb
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WebClientRestTemplateAutoConfiguration
public WebClientRestTemplateAutoConfiguration()
-
-
Method Details
-
restTemplate
-