| 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. |
| Class | Description |
|---|---|
| DefaultFeignLoggerFactory | |
| FeignAutoConfiguration | |
| FeignAutoConfiguration.DefaultFeignTargeterConfiguration | |
| FeignAutoConfiguration.HttpClientFeignConfiguration | |
| FeignAutoConfiguration.HystrixFeignTargeterConfiguration | |
| FeignAutoConfiguration.OkHttpFeignConfiguration | |
| FeignClientBuilder |
A builder for creating Feign clients without using the
FeignClient annotation. |
| FeignClientBuilder.Builder<T> |
Builder of feign targets.
|
| FeignClientProperties | |
| FeignClientProperties.FeignClientConfiguration |
Feign client configuration.
|
| FeignClientsConfiguration | |
| FeignClientsConfiguration.HystrixFeignConfiguration | |
| FeignContext |
A factory that creates instances of feign classes.
|
| Annotation Type | Description |
|---|---|
| EnableFeignClients |
Scans for interfaces that declare they are feign clients (via
FeignClient @FeignClient). |
| FeignClient |
Annotation for interfaces declaring that a REST client with that interface should be
created (e.g.
|
| SpringQueryMap |
Spring MVC equivalent of OpenFeign's
QueryMap parameter annotation. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.