In Spring MVC we get some method argument types resolved by default and injected in Spring MVC controller methods. Some examples are Model, Locale and OutputStream. What if we want to inject a custom argument in Spring MVC controller methods? … Continue reading
The post Spicy Spring: Inject your custom method argument in Spring MVC using HandlerMethodArgumentResolver appeared first on JDriven.