Class ProblemRestTemplateCustomizer
java.lang.Object
io.github.belgif.rest.problem.spring.ProblemRestTemplateCustomizer
- All Implemented Interfaces:
org.springframework.boot.web.client.RestTemplateCustomizer
@Component
public class ProblemRestTemplateCustomizer
extends Object
implements org.springframework.boot.web.client.RestTemplateCustomizer
RestTemplateCustomizer that registers the
ProblemResponseErrorHandler
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProblemRestTemplateCustomizer
(ProblemResponseErrorHandler problemResponseErrorHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.web.client.RestTemplate restTemplate)
-
Constructor Details
-
ProblemRestTemplateCustomizer
-
-
Method Details
-
customize
public void customize(org.springframework.web.client.RestTemplate restTemplate) - Specified by:
customize
in interfaceorg.springframework.boot.web.client.RestTemplateCustomizer
-