public class OnMissingPropertyCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
OnMissingPropertyCondition
class is a SpringBootCondition
, Spring Condition
type
asserting whether the specified, declared properties are missing.ConditionOutcome
,
SpringBootCondition
,
Condition
,
ConditionContext
,
AnnotationAttributes
,
PropertyResolver
,
AnnotatedTypeMetadata
,
ConditionalOnMissingProperty
Constructor and Description |
---|
OnMissingPropertyCondition() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
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.SpringBootCondition