| Package | Description |
|---|---|
| org.springframework.graphql.data.method.annotation.support |
Resolvers for method parameters of annotated handler methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchLoaderHandlerMethod
An extension of
HandlerMethod for annotated handler methods adapted to
BatchLoaderWithContext or
MappedBatchLoaderWithContext with the list of keys and
BatchLoaderEnvironment as their input. |
class |
DataFetcherHandlerMethod
An extension of
HandlerMethod for annotated handler methods adapted
to DataFetcher with DataFetchingEnvironment
as their input. |