@Component
public class MethodHandle
extends Object
处理Controller类中的方法
- 版本:
- 1.0
- 作者:
- 李振峰
-
-
方法概要
handleMethod(Method[] methods,
org.springframework.web.bind.annotation.RequestMapping requestMapping)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
方法详细资料
-
handleMethod
public Set<DocMethod> handleMethod(Method[] methods,
org.springframework.web.bind.annotation.RequestMapping requestMapping)
处理Controller中的方法
- 参数:
methods - Controller中的方法
requestMapping - Controller上的RequestMapping
- 返回:
- 处理后的方法结果