类 ParameterDataFactory
java.lang.Object
org.apache.shenyu.plugin.base.condition.data.ParameterDataFactory
The type Parameter data factory.
-
方法概要
修饰符和类型方法说明static StringbuilderData(String paramType, String paramName, org.springframework.web.server.ServerWebExchange exchange) Builder data string.static ParameterDatanewInstance(String paramType) New instance parameter data.
-
方法详细资料
-
newInstance
New instance parameter data.- 参数:
paramType- the param type- 返回:
- the parameter data
-
builderData
public static String builderData(String paramType, String paramName, org.springframework.web.server.ServerWebExchange exchange) Builder data string.- 参数:
paramType- the param typeparamName- the param nameexchange- the exchange- 返回:
- the string
-