类 ConditionEvaluationReport.ConditionAndOutcomes
java.lang.Object
org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
public static class ConditionEvaluationReport.ConditionAndOutcomes
extends Object
implements Iterable<ConditionEvaluationReport.ConditionAndOutcome>
Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcome items.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidadd(Condition condition, ConditionOutcome outcome) booleanReturntrueif all outcomes match.iterator()stream()Return aStreamof theConditionEvaluationReport.ConditionAndOutcomeitems.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
ConditionAndOutcomes
public ConditionAndOutcomes()
-
-
方法详细资料
-
add
-
isFullMatch
public boolean isFullMatch()Returntrueif all outcomes match.- 返回:
trueif a full match
-
stream
Return aStreamof theConditionEvaluationReport.ConditionAndOutcomeitems.- 返回:
- a stream of the
ConditionEvaluationReport.ConditionAndOutcomeitems. - 从以下版本开始:
- 3.5.0
-
iterator
-