类 ControllerMethodsCache
java.lang.Object
com.alibaba.nacos.core.code.ControllerMethodsCache
Method cache.
- 从以下版本开始:
- 1.2.0
- 作者:
- nkorange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getMethod(javax.servlet.http.HttpServletRequest request)voidinitClassMethod(String packageName)find target method from this package.voidinitClassMethod(Set<Class<?>> classesList)find target method from class list.
-
构造器详细资料
-
ControllerMethodsCache
public ControllerMethodsCache()
-
-
方法详细资料
-
getMethod
-
initClassMethod
find target method from this package.- 参数:
packageName- package name
-
initClassMethod
find target method from class list.- 参数:
classesList- class list
-