if (logger.isDebugEnabled()) {
logger.debug(methods.size() + " request handler methods found on " + userType + ": " + methods);
}
methods.forEach((method, mapping) -> {
/**
* 循环遍历所有的方法,进行注册
* handler为controller类实例, 每一个HandlerMethod中都维护着该实例, 因为在后面执行该方法时需要传入该实例
*/
Method invocableMethod = AopUtils.selectInvocableMethod(method, userType);
registerHandlerMethod(handler, invocableMethod, mapping);
});
sdakdjaslkdjalksjdklasjmdlkasd as
探讨富文本编辑器中注释的对齐问题,解析可能的解决方案和技术难点。
1110

被折叠的 条评论
为什么被折叠?



