类的使用
org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
程序包
说明
@Condition annotations and supporting classes.Auto-configuration for logging.
-
org.springframework.boot.autoconfigure.condition中ConditionEvaluationReport的使用
修饰符和类型方法说明static ConditionEvaluationReportConditionEvaluationReport.find(BeanFactory beanFactory) Attempt to find theConditionEvaluationReportfor the specified bean factory.static ConditionEvaluationReportConditionEvaluationReport.get(ConfigurableListableBeanFactory beanFactory) Obtain aConditionEvaluationReportfor the specified bean factory.ConditionEvaluationReport.getDelta(ConditionEvaluationReport previousReport) ConditionEvaluationReport.getParent()The parent report (from a parent BeanFactory if there is one). -
org.springframework.boot.autoconfigure.logging中ConditionEvaluationReport的使用