Class ContextValueMethodArgumentResolver

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

public class ContextValueMethodArgumentResolver extends Object implements HandlerMethodArgumentResolver
Resolver for a @ContextValue annotated method parameter.
Since:
1.0.0
Author:
Rossen Stoyanchev