类 AbstractMatchStrategy
java.lang.Object
org.apache.shenyu.plugin.base.condition.strategy.AbstractMatchStrategy
- 直接已知子类:
AndMatchStrategy,OrMatchStrategy
AbstractMatchStrategy.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明buildRealData(org.apache.shenyu.common.dto.ConditionData condition, org.springframework.web.server.ServerWebExchange exchange) Build real data string.
-
构造器详细资料
-
AbstractMatchStrategy
public AbstractMatchStrategy()
-
-
方法详细资料
-
buildRealData
public String buildRealData(org.apache.shenyu.common.dto.ConditionData condition, org.springframework.web.server.ServerWebExchange exchange) Build real data string.- 参数:
condition- the conditionexchange- the exchange- 返回:
- the string
-