Class HttpClientSettingsPropertyMapper
java.lang.Object
org.springframework.boot.http.client.autoconfigure.HttpClientSettingsPropertyMapper
Utility that can be used to map
HttpClientSettingsProperties
to
HttpClientSettings
.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionHttpClientSettingsPropertyMapper
(@Nullable SslBundles sslBundles, @Nullable HttpClientSettings settings) -
Method Summary
-
Constructor Details
-
HttpClientSettingsPropertyMapper
public HttpClientSettingsPropertyMapper(@Nullable SslBundles sslBundles, @Nullable HttpClientSettings settings)
-
-
Method Details
-
map
-