| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
| org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
| org.springframework.boot.autoconfigure.logging |
Auto-configuration for logging.
|
| Constructor and Description |
|---|
Report(ConditionEvaluationReport report) |
| Modifier and Type | Method and Description |
|---|---|
static ConditionEvaluationReport |
ConditionEvaluationReport.get(ConfigurableListableBeanFactory beanFactory)
Obtain a
ConditionEvaluationReport for the specified bean factory. |
ConditionEvaluationReport |
ConditionEvaluationReport.getParent()
The parent report (from a parent BeanFactory if there is one).
|
| Constructor and Description |
|---|
ConditionEvaluationReportMessage(ConditionEvaluationReport report) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.