| パッケージ | 説明 |
|---|---|
| org.springframework.boot.autoconfigure.condition | @Condition アノテーションとサポートクラス。 |
| org.springframework.boot.autoconfigure.logging | ロギングの自動構成。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static ConditionEvaluationReport | ConditionEvaluationReport.find(org.springframework.beans.factory.BeanFactory beanFactory) 指定された Bean ファクトリの ConditionEvaluationReport を見つけてください。 |
static ConditionEvaluationReport | ConditionEvaluationReport.get(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) 指定された Bean ファクトリの ConditionEvaluationReport を取得します。 |
ConditionEvaluationReport | ConditionEvaluationReport.getDelta(ConditionEvaluationReport previousReport) |
ConditionEvaluationReport | ConditionEvaluationReport.getParent() 親レポート(親 BeanFactory(存在する場合)から)。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ConditionEvaluationReport | ConditionEvaluationReport.getDelta(ConditionEvaluationReport previousReport) |
| コンストラクターと説明 |
|---|
ConditionEvaluationReportMessage(ConditionEvaluationReport report) |
ConditionEvaluationReportMessage(ConditionEvaluationReport report, StringSE title) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.