public class FeignClientBuilder extends Object
FeignClient
annotation.
This builder builds the Feign client exactly like it would be created by using the
FeignClient
annotation.
Modifier and Type | Class and Description |
---|---|
static class |
FeignClientBuilder.Builder<T>
Builder of feign targets.
|
Constructor and Description |
---|
FeignClientBuilder(org.springframework.context.ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
<T> FeignClientBuilder.Builder<T> |
forType(Class<T> type,
String name) |
public FeignClientBuilder(org.springframework.context.ApplicationContext applicationContext)
public <T> FeignClientBuilder.Builder<T> forType(Class<T> type, String name)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.