Hi, I have a group of RESTful endpoints that all require the same pre-validation (eg ensuring that the related domain object exists).
Is it possibly to set up an interceptor that is somehow configured to perform such validation for a set of methods/classes/urls? If not, is there a suggested way to accomplish this? thanks!
