Java org.springframework.boot.autoconfigure.condition ConditionEvaluationReport fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.autoconfigure.condition ConditionEvaluationReport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.autoconfigure.condition ConditionEvaluationReport.

The text is from its open source code.

Method

ConditionEvaluationReportget(ConfigurableListableBeanFactory beanFactory)
Obtain a ConditionEvaluationReport for the specified bean factory.
MapgetConditionAndOutcomesBySource()
Returns condition outcomes from this report, grouped by the source.
ConditionEvaluationReportgetDelta(ConditionEvaluationReport previousReport)
ListgetExclusions()
Returns the names of the classes that have been excluded from condition evaluation.
SetgetUnconditionalClasses()
Returns the names of the classes that were evaluated but were not conditional.