Class HttpClientAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware
@AutoConfiguration(after=SslAutoConfiguration.class)
@ConditionalOnClass(org.springframework.http.client.ClientHttpRequestFactory.class)
@Conditional(org.springframework.boot.autoconfigure.http.client.NotReactiveWebApplicationCondition.class)
@EnableConfigurationProperties(HttpClientProperties.class)
public class HttpClientAutoConfiguration
extends Object
implements org.springframework.beans.factory.BeanClassLoaderAware
- Since:
- 3.4.0
-
Method Summary
-
Method Details
-
setBeanClassLoader
- Specified by:
setBeanClassLoaderin interfaceorg.springframework.beans.factory.BeanClassLoaderAware
-