类 MethodUtil
java.lang.Object
com.alibaba.csp.sentinel.util.MethodUtil
Util class for processing
Method.- 作者:
- youji.zj
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringresolveMethodName(Method method) Parse and resolve the method name, then cache to the map.
-
构造器详细资料
-
MethodUtil
public MethodUtil()
-
-
方法详细资料
-
resolveMethodName
Parse and resolve the method name, then cache to the map.- 参数:
method- method instance- 返回:
- resolved method name
-