Uses of Package
org.springframework.graphql.data.method
Packages that use org.springframework.graphql.data.method
Package
Description
Support for DataFetcher's based on handler methods typically annotated with
 
SchemaMapping
 annotations.Resolvers for method parameters of annotated handler methods.
- 
Classes in org.springframework.graphql.data.method used by org.springframework.graphql.data.methodClassDescriptionA MethodParameter with HandlerMethod-specific behavior.Strategy interface for resolving method parameters into argument values in the context of a givenDataFetchingEnvironment.
- 
Classes in org.springframework.graphql.data.method used by org.springframework.graphql.data.method.annotation.supportClassDescriptionStrategy interface for resolving method parameters into argument values in the context of a givenDataFetchingEnvironment.Container for a list of resolvers that looks for one that supports a given method parameter type, and delegates to it.Extension ofHandlerMethodthat adds support for invoking the underlying handler methods.