类 OrMatchStrategy
java.lang.Object
org.apache.shenyu.plugin.base.condition.strategy.AbstractMatchStrategy
org.apache.shenyu.plugin.base.condition.strategy.OrMatchStrategy
- 所有已实现的接口:
MatchStrategy
This is or match strategy.
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.shenyu.plugin.base.condition.strategy.AbstractMatchStrategy
buildRealData
-
构造器详细资料
-
OrMatchStrategy
public OrMatchStrategy()
-
-
方法详细资料
-
match
public Boolean match(List<org.apache.shenyu.common.dto.ConditionData> conditionDataList, org.springframework.web.server.ServerWebExchange exchange) 从接口复制的说明:MatchStrategythis is condition match.- 指定者:
match在接口中MatchStrategy- 参数:
conditionDataList- condition list.exchange- ServerWebExchange- 返回:
- true is match , false is not match.
-