Create an invoker for the given thunk that is never called.
Create an invoker for the given thunk that is never called.
A simulated call to the controller method. Needed to so implicit resolution can use the controller method's return type, but *never actually called*.
An object that creates a
HandlerInvoker. Used by thecreateInvokermethod to create aHandlerInvokerfor each route. TheRoutes.createInvokermethod looks for an implicitHandlerInvokerFactoryand uses that to create aHandlerInvoker.