类 AbstractNestedCondition
java.lang.Object
cn.taketoday.context.condition.ContextCondition
cn.taketoday.context.condition.AbstractNestedCondition
- 所有已实现的接口:
Condition,ConfigurationCondition
public abstract class AbstractNestedCondition
extends ContextCondition
implements ConfigurationCondition
Abstract base class for nested conditions.
- 从以下版本开始:
- 4.0 2022/1/16 17:55
- 作者:
- Phillip Webb, Harry Yang
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 cn.taketoday.context.annotation.ConfigurationCondition
ConfigurationCondition.ConfigurationPhase -
方法概要
修饰符和类型方法说明Return theConfigurationCondition.ConfigurationPhasein which the condition should be evaluated.protected abstract ConditionOutcomegetFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) getMatchOutcome(ConditionEvaluationContext context, cn.taketoday.core.type.AnnotatedTypeMetadata metadata) Determine the outcome of the match along with suitable log output.从类继承的方法 cn.taketoday.context.condition.ContextCondition
anyMatches, logOutcome, matches, matches
-
方法详细资料
-
getConfigurationPhase
从接口复制的说明:ConfigurationConditionReturn theConfigurationCondition.ConfigurationPhasein which the condition should be evaluated.- 指定者:
getConfigurationPhase在接口中ConfigurationCondition
-
getMatchOutcome
public ConditionOutcome getMatchOutcome(ConditionEvaluationContext context, cn.taketoday.core.type.AnnotatedTypeMetadata metadata) 从类复制的说明:ContextConditionDetermine the outcome of the match along with suitable log output.- 指定者:
getMatchOutcome在类中ContextCondition- 参数:
context- the condition contextmetadata- the annotation metadata- 返回:
- the condition outcome
-
getFinalMatchOutcome
protected abstract ConditionOutcome getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes)
-