Uses of Class
org.springframework.graphql.data.GraphQlArgumentBinder
Package
Description
Resolvers for method parameters of annotated handler methods.
-
Uses of GraphQlArgumentBinder in org.springframework.graphql.data.method.annotation.support
Modifier and TypeMethodDescriptionArgumentMethodArgumentResolver.getArgumentBinder()
Return the configuredGraphQlArgumentBinder
.ModifierConstructorDescriptionArgumentMethodArgumentResolver
(GraphQlArgumentBinder argumentBinder) ArgumentsMethodArgumentResolver
(GraphQlArgumentBinder argumentBinder)