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 Details

  • Method Details

    • customize

      public void customize(org.springframework.web.client.RestClient.Builder restClientBuilder)
      Specified by:
      customize in interface org.springframework.boot.web.client.RestClientCustomizer