Class NeedsHistoryAutoConfigurationCondition

  • All Implemented Interfaces:
    org.springframework.context.annotation.Condition

    public class NeedsHistoryAutoConfigurationCondition
    extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome​(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)  
      protected boolean isHistoryAutoSupported()  
      protected boolean needsAdditionalConfiguration​(org.springframework.context.annotation.ConditionContext context)  
      • 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
    • Field Detail

      • historyAutoFieldName

        protected java.lang.String historyAutoFieldName
    • Constructor Detail

      • NeedsHistoryAutoConfigurationCondition

        public NeedsHistoryAutoConfigurationCondition()
    • Method Detail

      • 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
      • needsAdditionalConfiguration

        protected boolean needsAdditionalConfiguration​(org.springframework.context.annotation.ConditionContext context)
      • isHistoryAutoSupported

        protected boolean isHistoryAutoSupported()