类的使用
cn.taketoday.web.handler.method.ActionMappingAnnotationHandler
-
cn.taketoday.web.handler.method中ActionMappingAnnotationHandler的使用
修饰符和类型类说明(专用程序包) class(专用程序包) class修饰符和类型字段说明private final ConcurrentHashMap<Method,ActionMappingAnnotationHandler> ExceptionHandlerAnnotationExceptionHandler.exceptionHandlerMapping修饰符和类型方法说明AnnotationHandlerFactory.create(Object handlerBean, Method method, Class<?> beanType, List<HandlerInterceptor> interceptors) AnnotationHandlerFactory.create(String beanName, Method method, Class<?> beanType, List<HandlerInterceptor> interceptors) AnnotationHandlerFactory.create(Supplier<Object> handlerBean, Method method, Class<?> beanType, List<HandlerInterceptor> interceptors) ActionMappingAnnotationHandler.from(Object handlerBean, Method method, ResolvableParameterFactory parameterFactory) ActionMappingAnnotationHandler.from(Object handlerBean, Method method, ResolvableParameterFactory parameterFactory, Class<?> beanType) ActionMappingAnnotationHandler.from(Supplier<Object> beanSupplier, Method method, ResolvableParameterFactory parameterFactory, Class<?> beanType) private ActionMappingAnnotationHandlerExceptionHandlerAnnotationExceptionHandler.getHandler(Supplier<Object> handlerBean, Method method, Class<?> errorHandlerType) protected ActionMappingAnnotationHandlerExceptionHandlerAnnotationExceptionHandler.lookupExceptionHandler(HandlerMethod handlerMethod, Throwable exception) Find an@ExceptionHandlermethod for the given exception.