Dropping this the dedicated resolver for @Argument Map<String, Object> leaves it to ArgumentMethodArgumentResolver and ArgumentsMethodArgumentResolver to handle the case of Map<String, Object>, treating it either as a raw argument value for a named argument, or as the full raw arguments map. Closes gh-548