Uses of Class
org.springframework.boot.restclient.autoconfigure.AbstractRestClientProperties
Packages that use AbstractRestClientProperties
Package
Description
Auto-configuration for RestClient and RestTemplate.
Auto-Configuration for Spring's Blocking HTTP Service Interface Clients.
-
Uses of AbstractRestClientProperties in org.springframework.boot.restclient.autoconfigure
Constructors in org.springframework.boot.restclient.autoconfigure with parameters of type AbstractRestClientPropertiesModifierConstructorDescriptionPropertiesRestClientCustomizer
(@Nullable ApiVersionInserter apiVersionInserter, @Nullable ApiVersionFormatter apiVersionFormatter, @Nullable AbstractRestClientProperties... orderedProperties) -
Uses of AbstractRestClientProperties in org.springframework.boot.restclient.autoconfigure.service
Subclasses of AbstractRestClientProperties in org.springframework.boot.restclient.autoconfigure.serviceModifier and TypeClassDescriptionclass
Properties for HTTP Service clients.static class
Properties for a single HTTP Service client group.