public abstract class OnEndpointElementCondition extends SpringBootCondition
defaults 名を使用してグローバルに無効にすることも、要素の名前を使用して個別に無効にすることもできます。| 修飾子 | コンストラクターと説明 |
|---|---|
protected | OnEndpointElementCondition(StringSE prefix, ClassSE<? extends AnnotationSE> annotationType) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ConditionOutcome | getDefaultEndpointsOutcome(org.springframework.context.annotation.ConditionContext context) |
protected ConditionOutcome | getEndpointOutcome(org.springframework.context.annotation.ConditionContext context, StringSE endpointName) |
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, waitSEprotected OnEndpointElementCondition(StringSE prefix, ClassSE<? extends AnnotationSE> annotationType)
public ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
SpringBootConditionSpringBootCondition の getMatchOutcome context - 条件コンテキスト metadata - アノテーションメタデータ protected ConditionOutcome getEndpointOutcome(org.springframework.context.annotation.ConditionContext context, StringSE endpointName)
protected ConditionOutcome getDefaultEndpointsOutcome(org.springframework.context.annotation.ConditionContext context)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.