public abstract class AbstractNestedCondition extends SpringBootCondition implements org.springframework.context.annotation.ConfigurationCondition
| 修飾子と型 | クラスと説明 |
|---|---|
protected static class | AbstractNestedCondition.MemberMatchOutcomes |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase | getConfigurationPhase() |
protected abstract ConditionOutcome | getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes) |
ConditionOutcome | getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) 適切なログ出力とともに、一致の結果を決定します。 |
anyMatches, logOutcome, matches, matchescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase getConfigurationPhase()
org.springframework.context.annotation.ConfigurationCondition の getConfigurationPhase public ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
SpringBootConditionSpringBootCondition の getMatchOutcome context - 条件コンテキスト metadata - アノテーションメタデータ protected abstract ConditionOutcome getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes memberOutcomes)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.