public static class ConditionEvaluationReport.ConditionAndOutcome extends Object
Condition
and ConditionOutcome
.Constructor and Description |
---|
ConditionAndOutcome(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.springframework.context.annotation.Condition |
getCondition() |
ConditionOutcome |
getOutcome() |
int |
hashCode() |
String |
toString() |
public ConditionAndOutcome(org.springframework.context.annotation.Condition condition, ConditionOutcome outcome)
public org.springframework.context.annotation.Condition getCondition()
public ConditionOutcome getOutcome()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.