Annotation Interface AutoConfigureRestClient
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@AutoConfigureJson
@ImportAutoConfiguration
public @interface AutoConfigureRestClient
Annotation that can be applied to a test class to enable auto-configuration of a
RestClient.Builder
and a RestTemplateBuilder
.- Since:
- 4.0.0
- Author:
- Andy Wilkinson