| Interface | Description |
|---|---|
| AnnotatedParameterProcessor |
Feign contract method parameter processor.
|
| AnnotatedParameterProcessor.AnnotatedParameterContext |
Specifies the parameter context.
|
| FeignFormatterRegistrar |
Allows an application to customize the Feign
FormattingConversionService. |
| FeignLoggerFactory |
Allows an application to use a custom Feign
Logger. |
| Annotation Type | Description |
|---|---|
| EnableFeignClients |
Scans for interfaces that declare they are feign clients (via
). |
| FeignClient |
Annotation for interfaces declaring that a REST client with that interface should be
created (e.g.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.