Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Packages that use ConditionEvaluationReport
Package
Description
@Condition
annotations and supporting classes.Auto-configuration for logging.
-
Uses of ConditionEvaluationReport in org.springframework.boot.autoconfigure.condition
Methods in org.springframework.boot.autoconfigure.condition that return ConditionEvaluationReportModifier and TypeMethodDescriptionstatic ConditionEvaluationReport
ConditionEvaluationReport.find
(BeanFactory beanFactory) Attempt to find theConditionEvaluationReport
for the specified bean factory.static ConditionEvaluationReport
ConditionEvaluationReport.get
(ConfigurableListableBeanFactory beanFactory) Obtain aConditionEvaluationReport
for the specified bean factory.ConditionEvaluationReport.getDelta
(ConditionEvaluationReport previousReport) ConditionEvaluationReport.getParent()
The parent report (from a parent BeanFactory if there is one).Methods in org.springframework.boot.autoconfigure.condition with parameters of type ConditionEvaluationReportModifier and TypeMethodDescriptionConditionEvaluationReport.getDelta
(ConditionEvaluationReport previousReport) -
Uses of ConditionEvaluationReport in org.springframework.boot.autoconfigure.logging
Constructors in org.springframework.boot.autoconfigure.logging with parameters of type ConditionEvaluationReportModifierConstructorDescriptionConditionEvaluationReportMessage
(ConditionEvaluationReport report, String title)