Class LocalContextValueMethodArgumentResolver

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

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