类 HttpParamConverter
java.lang.Object
org.apache.shenyu.plugin.base.utils.HttpParamConverter
The type Http param converter.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringdecodeQueryParam(String value) Decode query param string.initQueryParams(String query) Init query params map.static Stringof.static <K,V> String map.
-
构造器详细资料
-
HttpParamConverter
public HttpParamConverter()
-
-
方法详细资料
-
ofString
of.- 参数:
supplier- supplier- 返回:
- String string
-
toMap
map.- 类型参数:
K- the type parameterV- the type parameter- 参数:
supplier- supplier- 返回:
- String string
-
initQueryParams
Init query params map.- 参数:
query- the query- 返回:
- the map
-
decodeQueryParam
Decode query param string.- 参数:
value- the value- 返回:
- the string
-