public static class AutoConfigurationReport.ConditionAndOutcome extends Object
Condition and ConditionOutcome.| Constructor and Description |
|---|
AutoConfigurationReport.ConditionAndOutcome(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.annotation.Condition |
getCondition() |
ConditionOutcome |
getOutcome() |
public AutoConfigurationReport.ConditionAndOutcome(org.springframework.context.annotation.Condition condition,
ConditionOutcome outcome)
public org.springframework.context.annotation.Condition getCondition()
public ConditionOutcome getOutcome()
Copyright © 2013. All rights reserved.