类 MatchStrategyFactory
java.lang.Object
org.apache.shenyu.plugin.base.condition.strategy.MatchStrategyFactory
MatchStrategyFactory.
-
方法概要
修饰符和类型方法说明static booleanmatch(Integer strategy, List<org.apache.shenyu.common.dto.ConditionData> conditionDataList, org.springframework.web.server.ServerWebExchange exchange) Match boolean.static MatchStrategynewInstance(Integer strategy) New instance match strategy.
-
方法详细资料
-
newInstance
New instance match strategy.- 参数:
strategy- the strategy- 返回:
- the match strategy
-
match
public static boolean match(Integer strategy, List<org.apache.shenyu.common.dto.ConditionData> conditionDataList, org.springframework.web.server.ServerWebExchange exchange) Match boolean.- 参数:
strategy- the strategyconditionDataList- the condition data listexchange- the exchange- 返回:
- the boolean
-