Uses of Interface
org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer
Package
Description
Auto-configuration classes for data integrations with GraphQL.
-
Uses of GraphQlSourceBuilderCustomizer in org.springframework.boot.autoconfigure.graphql.data
Modifier 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)