| Class and Description |
|---|
| org.springframework.cloud.openfeign.support.SpringMvcContract.ConvertingExpander
Not used internally anymore. Will be removed in the future.
|
| Annotation Type Element and Description |
|---|
| org.springframework.cloud.openfeign.FeignClient.qualifier
in favour of
FeignClient.qualifiers().
If both FeignClient.qualifier() and FeignClient.qualifiers() are present, we will use the
latter, unless the array returned by FeignClient.qualifiers() is empty or only
contains null or whitespace values, in which case we'll fall back
first to FeignClient.qualifier() and, if that's also not present, to the default =
contextId + "FeignClient". |
| org.springframework.cloud.openfeign.FeignClient.serviceId
use
name instead |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.