Uses of Class
org.springframework.graphql.data.method.InvocableHandlerMethodSupport
Packages that use InvocableHandlerMethodSupport
Package
Description
Resolvers for method parameters of annotated handler methods.
-
Uses of InvocableHandlerMethodSupport in org.springframework.graphql.data.method.annotation.support
Subclasses of InvocableHandlerMethodSupport in org.springframework.graphql.data.method.annotation.supportModifier and TypeClassDescriptionclass
An extension ofHandlerMethod
for annotated handler methods adapted toBatchLoaderWithContext
orMappedBatchLoaderWithContext
with the list of keys andBatchLoaderEnvironment
as their input.class
An extension ofHandlerMethod
for annotated handler methods adapted toDataFetcher
withDataFetchingEnvironment
as their input.