HandlerMethodArgumentResolver.WebInterceptor that invokes the current interceptor first
one and then the one one passed in.DataFetcher that wrap and invokes a HandlerMethod.RuntimeWiringConfigurer that detects @SchemaMapping
annotated handler methods in @Controller classes and
registers them as DataFetchers.argument.@Argument annotated method parameters, obtained
via DataFetchingEnvironment.getArgument(String) and converted to the
declared type of the method parameter.HttpMessageConverter to convert
Map-based input arguments to higher level Objects.ArgumentMethodArgumentResolver(GenericHttpMessageConverter)
to use an Encoder and Decoder to convert input arguments.