Class RestClientProperties
java.lang.Object
org.springframework.boot.http.client.autoconfigure.AbstractHttpRequestFactoryProperties
org.springframework.boot.restclient.autoconfigure.AbstractRestClientProperties
org.springframework.boot.restclient.autoconfigure.RestClientProperties
@ConfigurationProperties("spring.http.client.restclient")
public class RestClientProperties
extends AbstractRestClientProperties
Properties for
RestClient
.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.http.client.autoconfigure.AbstractHttpRequestFactoryProperties
AbstractHttpRequestFactoryProperties.Factory, AbstractHttpRequestFactoryProperties.Ssl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.restclient.autoconfigure.AbstractRestClientProperties
getApiversion, getBaseUrl, getDefaultHeader, setBaseUrl, setDefaultHeader
Methods inherited from class org.springframework.boot.http.client.autoconfigure.AbstractHttpRequestFactoryProperties
getConnectTimeout, getFactory, getReadTimeout, getRedirects, getSsl, setConnectTimeout, setFactory, setReadTimeout, setRedirects
-
Constructor Details
-
RestClientProperties
public RestClientProperties()
-