| 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.get(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 © 2018 Pivotal Software, Inc.. All rights reserved.