Package | Description |
---|---|
org.springframework.graphql.data.method.annotation.support |
Resolvers for method parameters of annotated handler methods.
|
Modifier and Type | Method and Description |
---|---|
HandlerMethodArgumentResolverComposite |
DataFetcherHandlerMethod.getResolvers()
Return the configured argument resolvers.
|
Constructor and Description |
---|
DataFetcherHandlerMethod(HandlerMethod handlerMethod,
HandlerMethodArgumentResolverComposite resolvers,
org.springframework.graphql.data.method.annotation.support.HandlerMethodInputValidator validator,
Executor executor,
boolean subscription)
Constructor with a parent handler method.
|