See: Description
Class | Description |
---|---|
MockRestServiceServerAutoConfiguration |
Auto-configuration for
MockRestServiceServer support. |
RestClientTypeExcludeFilter | |
WebClientRestTemplateAutoConfiguration |
Auto-configuration for a web-client
RestTemplate . |
Annotation Type | Description |
---|---|
AutoConfigureMockRestServiceServer |
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single
MockRestServiceServer . |
AutoConfigureWebClient |
Annotation that can be applied to a test class to enable and configure
auto-configuration of web clients.
|
RestClientTest |
Annotation for a Spring rest client test that focuses only on beans
that use
RestTemplateBuilder . |