public static class ConditionsReportEndpoint.MessageAndConditions
extends java.lang.Object
ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure.| Constructor and Description |
|---|
MessageAndConditions(org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes conditionAndOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConditionsReportEndpoint.MessageAndCondition> |
getMatched() |
java.util.List<ConditionsReportEndpoint.MessageAndCondition> |
getNotMatched() |
public MessageAndConditions(org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes conditionAndOutcomes)
public java.util.List<ConditionsReportEndpoint.MessageAndCondition> getNotMatched()
public java.util.List<ConditionsReportEndpoint.MessageAndCondition> getMatched()