Uses of Interface
org.springframework.boot.web.client.RestClientCustomizer
Package
Description
Auto-configuration for web clients.
Web client test utilities.
-
Uses of RestClientCustomizer in org.springframework.boot.autoconfigure.web.client
-
Uses of RestClientCustomizer in org.springframework.boot.test.web.client
Modifier and TypeClassDescriptionclass
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support.