Class RestTestClientAutoConfiguration
java.lang.Object
org.springframework.boot.resttestclient.autoconfigure.RestTestClientAutoConfiguration
@AutoConfiguration
@ConditionalOnClass({org.springframework.web.client.RestClient.class,org.springframework.test.web.servlet.client.RestTestClient.class,org.springframework.boot.http.converter.autoconfigure.ClientHttpMessageConvertersCustomizer.class})
public final class RestTestClientAutoConfiguration
extends Object
Auto-configuration for
RestTestClient.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RestTestClientAutoConfiguration
public RestTestClientAutoConfiguration()
-