Class ArgumentMapMethodArgumentResolver

java.lang.Object
org.springframework.graphql.data.method.annotation.support.ArgumentMapMethodArgumentResolver
All Implemented Interfaces:
HandlerMethodArgumentResolver

public class ArgumentMapMethodArgumentResolver extends Object implements HandlerMethodArgumentResolver
Resolves a Map method parameter for access to the raw arguments map. Supported with the following:
  • Map argument annotated with @Argument where the annotation does not explicitly specify a name.
  • Map argument annotated with @Arguments.
Since:
1.0.0
Author:
Rossen Stoyanchev