Uses of Class
org.springframework.graphql.data.GraphQlArgumentBinder.Options
Packages that use GraphQlArgumentBinder.Options
Package
Description
Support for various ways to implement
DataFetchers.Resolvers for method parameters of annotated handler methods.
-
Uses of GraphQlArgumentBinder.Options in org.springframework.graphql.data
Methods in org.springframework.graphql.data that return GraphQlArgumentBinder.OptionsModifier and TypeMethodDescriptionGraphQlArgumentBinder.Options.conversionService(@Nullable ConversionService service) Add aConversionServiceto apply type conversion to argument values where needed.GraphQlArgumentBinder.Options.create()Create an instance without any options set.GraphQlArgumentBinder.Options.fallBackOnDirectFieldAccess(boolean fallBackOnDirectFieldAccess) Whether binding GraphQL arguments onto@Argumentshould falls back to direct field access in case the target object does not use accessor methods.GraphQlArgumentBinder.Options.nameResolver(GraphQlArgumentBinder.NameResolver resolver) Add a resolver to help to map GraphQL argument names to Object property names.Constructors in org.springframework.graphql.data with parameters of type GraphQlArgumentBinder.Options -
Uses of GraphQlArgumentBinder.Options in org.springframework.graphql.data.method.annotation.support
Methods in org.springframework.graphql.data.method.annotation.support that return GraphQlArgumentBinder.OptionsModifier and TypeMethodDescriptionprotected GraphQlArgumentBinder.OptionsAnnotatedControllerDetectionSupport.getBinderOptions()Methods in org.springframework.graphql.data.method.annotation.support with parameters of type GraphQlArgumentBinder.OptionsModifier and TypeMethodDescriptionvoidAnnotatedControllerDetectionSupport.setBinderOptions(GraphQlArgumentBinder.Options binderOptions) Set the options to use for binding GraphQL arguments to target objects.Method parameters in org.springframework.graphql.data.method.annotation.support with type arguments of type GraphQlArgumentBinder.OptionsModifier and TypeMethodDescriptionvoidAnnotatedControllerDetectionSupport.configureBinder(Consumer<GraphQlArgumentBinder.Options> binderOptionsConsumer) Callback to configure options for binding GraphQL arguments to target objects.