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