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 Details

  • Method Details

    • customize

      public void customize(org.springframework.web.client.RestTemplate restTemplate)
      Specified by:
      customize in interface org.springframework.boot.web.client.RestTemplateCustomizer