Add support for Feign.SetterFactory (#1673)

Fixes gh-1414
This commit is contained in:
Erik Kringen
2017-02-10 12:37:17 -06:00
committed by Spencer Gibb
parent c795bd16a7
commit d78da7b994
3 changed files with 87 additions and 11 deletions

View File

@@ -976,6 +976,7 @@ Spring Cloud Netflix _does not_ provide the following beans by default for feign
* `ErrorDecoder`
* `Request.Options`
* `Collection<RequestInterceptor>`
* `SetterFactory`
Creating a bean of one of those type and placing it in a `@FeignClient` configuration (such as `FooConfiguration` above) allows you to override each one of the beans described. Example: