public final class MatchStrategyFactory
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
match(java.lang.Integer strategy,
java.util.List<org.apache.shenyu.common.dto.ConditionData> conditionDataList,
org.springframework.web.server.ServerWebExchange exchange)
Match boolean.
|
static MatchStrategy |
newInstance(java.lang.Integer strategy)
New instance match strategy.
|
public static MatchStrategy newInstance(java.lang.Integer strategy)
strategy - the strategypublic static boolean match(java.lang.Integer strategy,
java.util.List<org.apache.shenyu.common.dto.ConditionData> conditionDataList,
org.springframework.web.server.ServerWebExchange exchange)
strategy - the strategyconditionDataList - the condition data listexchange - the exchangeCopyright © 2026 The Apache Software Foundation. All rights reserved.