类 ControllerMethodsCache

java.lang.Object
com.alibaba.nacos.core.code.ControllerMethodsCache

@Component public class ControllerMethodsCache extends Object
Method cache.
从以下版本开始:
1.2.0
作者:
nkorange
  • 构造器详细资料

    • ControllerMethodsCache

      public ControllerMethodsCache()
  • 方法详细资料

    • getMethod

      public Method getMethod(javax.servlet.http.HttpServletRequest request)
    • initClassMethod

      public void initClassMethod(String packageName)
      find target method from this package.
      参数:
      packageName - package name
    • initClassMethod

      public void initClassMethod(Set<Class<?>> classesList)
      find target method from class list.
      参数:
      classesList - class list