Perform the check for whether validation for a HandlerMethod is needed earlier and only once rather than in the constructor of DataFetcherHandlerMethod. Make the validation helper passed to DataFetcherHandlerMethod stateful, so that validation groups are also determined once on startup. See gh-571