类 PathMatchUtils
java.lang.Object
org.apache.shenyu.plugin.base.utils.PathMatchUtils
The type Path match utils.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
PathMatchUtils
public PathMatchUtils()
-
-
方法详细资料
-
replaceAll
replace url {id} to real param.- 参数:
path- the total pathregex- the regex contentreplacement- the replacement content- 返回:
- the string
-
match
Match boolean.- 参数:
matchUrls- the path patternrealPath- the real path- 返回:
- the boolean
-
pathPattern
Path pattern boolean.- 参数:
pathPattern- the path patternrealPath- the real path- 返回:
- the boolean
-