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 given
DataFetchingEnvironment
. -
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 given
DataFetchingEnvironment
.Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolver
's.Extension ofHandlerMethod
that adds support for invoking the underlying handler methods.