类 HandlerExecutionChain

    • 构造器详细资料

      • HandlerExecutionChain

        public HandlerExecutionChain​(Object handler)
        Create a new HandlerExecutionChain.
        参数:
        handler - the handler object to execute
      • HandlerExecutionChain

        public HandlerExecutionChain​(Object handler,
                                     @Nullable
                                     HandlerInterceptor... interceptors)
        Create a new HandlerExecutionChain.
        参数:
        handler - the handler object to execute
        interceptors - the array of interceptors to apply (in the given order) before the handler itself executes