类的使用
cn.taketoday.web.handler.method.InvocableHandlerMethod
使用InvocableHandlerMethod的程序包
-
cn.taketoday.web.handler.method中InvocableHandlerMethod的使用
修饰符和类型字段说明private List<InvocableHandlerMethod>InitBinderBindingContext.binderMethodsprivate final ConcurrentHashMap<HandlerMethod,InvocableHandlerMethod> ControllerMethodResolver.invocableHandlerMethodMap修饰符和类型方法说明ControllerMethodResolver.createHandlerMethod(HandlerMethod handlerMethod) Create aInvocableHandlerMethodfrom the givenHandlerMethoddefinition.private InvocableHandlerMethodControllerMethodResolver.createHandlerMethod(Object bean, Method method) 返回变量类型为InvocableHandlerMethod的类型的cn.taketoday.web.handler.method中的方法修饰符和类型方法说明ControllerMethodResolver.getBinderMethods(HandlerMethod handlerMethod) ControllerMethodResolver.getModelAttributeMethods(HandlerMethod handlerMethod) 类型变量类型为InvocableHandlerMethod的cn.taketoday.web.handler.method中的构造器参数限定符构造器说明(专用程序包)InitBinderBindingContext(ModelHandler modelHandler, WebBindingInitializer initializer, ControllerMethodResolver methodResolver, List<InvocableHandlerMethod> binderMethods, HandlerMethod handlerMethod) Create a new InitBinderBindingContext instance.