-
Feature Request
-
Resolution: Done
-
Major
-
2.0.1.GA
-
None
-
None
When implementing a PostProcessInterceptor, it would be useful to have access to the ResourceMethod that was invoked. It is currently not possible to determine what ResourceMethod was invoked.
The new signature would look like this (which is similar to preProcess of PreProcessInterceptor)
void postProcess(ServerResponse response, ResourceMethod method);
Accessing the ResourceMethod instance is necessary when the post-process depends on information accessible at the method or resource class level.