Class FeignClientBuilder

java.lang.Object
org.springframework.cloud.openfeign.FeignClientBuilder

public class FeignClientBuilder extends Object
A builder for creating Feign clients without using the FeignClient annotation.

This builder builds the Feign client exactly like it would be created by using the FeignClient annotation.

Author:
Sven Döring, Matt King, Sam Kruglov, Olga Maciaszek-Sharma