public abstract class OnEndpointElementCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
defaults name or individually via the name of the element.| Modifier | Constructor and Description |
|---|---|
protected |
OnEndpointElementCondition(java.lang.String prefix,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getDefaultEndpointsOutcome(org.springframework.context.annotation.ConditionContext context) |
protected org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getEndpointOutcome(org.springframework.context.annotation.ConditionContext context,
java.lang.String endpointName) |
org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
protected OnEndpointElementCondition(java.lang.String prefix,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootConditionprotected org.springframework.boot.autoconfigure.condition.ConditionOutcome getEndpointOutcome(org.springframework.context.annotation.ConditionContext context,
java.lang.String endpointName)
protected org.springframework.boot.autoconfigure.condition.ConditionOutcome getDefaultEndpointsOutcome(org.springframework.context.annotation.ConditionContext context)