protected static class AbstractNestedCondition.MemberMatchOutcomes
extends java.lang.Object
Constructor and Description |
---|
MemberMatchOutcomes(org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberConditions memberConditions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConditionOutcome> |
getAll() |
java.util.List<ConditionOutcome> |
getMatches() |
java.util.List<ConditionOutcome> |
getNonMatches() |
public MemberMatchOutcomes(org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberConditions memberConditions)
public java.util.List<ConditionOutcome> getAll()
public java.util.List<ConditionOutcome> getMatches()
public java.util.List<ConditionOutcome> getNonMatches()