Class OnMissingPropertyCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.geode.boot.autoconfigure.condition.OnMissingPropertyCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class OnMissingPropertyCondition extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
The OnMissingPropertyCondition class is a SpringBootCondition, Spring Condition type asserting whether the specified, declared properties are missing.
Since:
1.0.0
See Also:
  • ConditionOutcome
  • SpringBootCondition
  • Condition
  • ConditionContext
  • AnnotationAttributes
  • PropertyResolver
  • AnnotatedTypeMetadata
  • ConditionalOnMissingProperty
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.autoconfigure.condition.ConditionOutcome
    getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
     

    Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition

    anyMatches, logOutcome, matches, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OnMissingPropertyCondition

      public OnMissingPropertyCondition()
  • Method Details

    • getMatchOutcome

      public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootCondition