-
方法概要
match(List<org.apache.shenyu.common.dto.ConditionData> conditionDataList,
org.springframework.web.server.ServerWebExchange exchange)
-
方法详细资料
-
match
Boolean match(List<org.apache.shenyu.common.dto.ConditionData> conditionDataList,
org.springframework.web.server.ServerWebExchange exchange)
this is condition match.
- 参数:
conditionDataList - condition list.
exchange - ServerWebExchange
- 返回:
- true is match , false is not match.