Package | Description |
---|---|
org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
org.springframework.boot.autoconfigure.logging |
Auto-configuration for logging.
|
Modifier and Type | Method and Description |
---|---|
static ConditionEvaluationReport |
ConditionEvaluationReport.find(org.springframework.beans.factory.BeanFactory beanFactory)
Attempt to find the
ConditionEvaluationReport for the specified bean
factory. |
static ConditionEvaluationReport |
ConditionEvaluationReport.get(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Obtain a
ConditionEvaluationReport for the specified bean factory. |
ConditionEvaluationReport |
ConditionEvaluationReport.getDelta(ConditionEvaluationReport previousReport) |
ConditionEvaluationReport |
ConditionEvaluationReport.getParent()
The parent report (from a parent BeanFactory if there is one).
|
Modifier and Type | Method and Description |
---|---|
ConditionEvaluationReport |
ConditionEvaluationReport.getDelta(ConditionEvaluationReport previousReport) |
Constructor and Description |
---|
ConditionEvaluationReportMessage(ConditionEvaluationReport report) |
ConditionEvaluationReportMessage(ConditionEvaluationReport report,
String title) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.