Class OkHttpFeignClientBeanMissingCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
org.springframework.boot.autoconfigure.condition.AnyNestedCondition
org.springframework.cloud.openfeign.encoding.OkHttpFeignClientBeanMissingCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition,org.springframework.context.annotation.ConfigurationCondition
public class OkHttpFeignClientBeanMissingCondition
extends org.springframework.boot.autoconfigure.condition.AnyNestedCondition
A
Condition that verifies whether the conditions for creating Feign
Client beans that either are of type OkHttpClient or have a delegate of
type OkHttpClient are not met.- Since:
- 4.0.2
- Author:
- Olga Maciaszek-Sharma
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomesNested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
getFinalMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
getConfigurationPhase, getMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.Condition
matches
-
Constructor Details
-
OkHttpFeignClientBeanMissingCondition
public OkHttpFeignClientBeanMissingCondition()
-