Uses of Interface
org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer
Packages that use GraphQlSourceBuilderCustomizer
Package
Description
Auto-configuration classes for data integrations with GraphQL.
-
Uses of GraphQlSourceBuilderCustomizer in org.springframework.boot.autoconfigure.graphql.data
Methods in org.springframework.boot.autoconfigure.graphql.data that return GraphQlSourceBuilderCustomizerModifier and TypeMethodDescriptionGraphQlQueryByExampleAutoConfiguration.queryByExampleRegistrar
(ObjectProvider<org.springframework.data.repository.query.QueryByExampleExecutor<?>> executors, ObjectProvider<org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<?>> reactiveExecutors) GraphQlQuerydslAutoConfiguration.querydslRegistrar
(ObjectProvider<org.springframework.data.querydsl.QuerydslPredicateExecutor<?>> executors, ObjectProvider<org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<?>> reactiveExecutors) GraphQlReactiveQueryByExampleAutoConfiguration.reactiveQueryByExampleRegistrar
(ObjectProvider<org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<?>> reactiveExecutors) GraphQlReactiveQuerydslAutoConfiguration.reactiveQuerydslRegistrar
(ObjectProvider<org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<?>> reactiveExecutors)