类 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.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
add
(Condition condition, ConditionOutcome outcome) boolean
Returntrue
if all outcomes match.iterator()
stream()
Return aStream
of theConditionEvaluationReport.ConditionAndOutcome
items.从类继承的方法 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()Returntrue
if all outcomes match.- 返回:
true
if a full match
-
stream
Return aStream
of theConditionEvaluationReport.ConditionAndOutcome
items.- 返回:
- a stream of the
ConditionEvaluationReport.ConditionAndOutcome
items. - 从以下版本开始:
- 3.5.0
-
iterator
-