Class ProblemRestClientCustomizer
java.lang.Object
io.github.belgif.rest.problem.spring.AbstractProblemRestClientCustomizer
io.github.belgif.rest.problem.spring.ProblemRestClientCustomizer
- All Implemented Interfaces:
org.springframework.boot.restclient.RestClientCustomizer
@Component
@ConditionalOnClass({org.springframework.web.client.RestClient.class,org.springframework.boot.restclient.RestClientCustomizer.class})
public class ProblemRestClientCustomizer
extends AbstractProblemRestClientCustomizer
implements org.springframework.boot.restclient.RestClientCustomizer
RestClientCustomizer that registers the
ProblemResponseErrorHandler.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.belgif.rest.problem.spring.AbstractProblemRestClientCustomizer
customizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.restclient.RestClientCustomizer
customize
-
Constructor Details
-
ProblemRestClientCustomizer
-