类 MethodUtil

java.lang.Object
com.alibaba.csp.sentinel.util.MethodUtil

public final class MethodUtil extends Object
Util class for processing Method.
作者:
youji.zj
  • 构造器详细资料

    • MethodUtil

      public MethodUtil()
  • 方法详细资料

    • resolveMethodName

      public static String resolveMethodName(Method method)
      Parse and resolve the method name, then cache to the map.
      参数:
      method - method instance
      返回:
      resolved method name