类 AbstractNestedCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
- 所有已实现的接口:
Condition
,ConfigurationCondition
public abstract class AbstractNestedCondition
extends SpringBootCondition
implements ConfigurationCondition
Abstract base class for nested conditions.
- 从以下版本开始:
- 1.5.22
- 作者:
- Phillip Webb
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 org.springframework.context.annotation.ConfigurationCondition
ConfigurationCondition.ConfigurationPhase
-
方法概要
修饰符和类型方法说明protected abstract ConditionOutcome
getFinalMatchOutcome
(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) Determine the outcome of the match along with suitable log output.从类继承的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
方法详细资料
-
getConfigurationPhase
- 指定者:
getConfigurationPhase
在接口中ConfigurationCondition
-
getMatchOutcome
从类复制的说明:SpringBootCondition
Determine the outcome of the match along with suitable log output.- 指定者:
getMatchOutcome
在类中SpringBootCondition
- 参数:
context
- the condition contextmetadata
- the annotation metadata- 返回:
- the condition outcome
-
getFinalMatchOutcome
protected abstract ConditionOutcome getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes)
-