类 GraphQlReactiveQuerydslAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoConfiguration
@AutoConfiguration(after=GraphQlAutoConfiguration.class)
@ConditionalOnClass({graphql.GraphQL.class,com.querydsl.core.Query.class,org.springframework.graphql.data.query.QuerydslDataFetcher.class,org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor.class})
@ConditionalOnBean(org.springframework.graphql.execution.GraphQlSource.class)
public class GraphQlReactiveQuerydslAutoConfiguration
extends Object
Auto-configuration
that creates a
GraphQlSourceBuilderCustomizer
s to detect Spring Data repositories with
Querydsl support and register them as DataFetcher
s for any queries with a
matching return type.- 从以下版本开始:
- 2.7.0
- 作者:
- Rossen Stoyanchev, Brian Clozel
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明reactiveQuerydslRegistrar
(ObjectProvider<org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<?>> reactiveExecutors)
-
构造器详细资料
-
GraphQlReactiveQuerydslAutoConfiguration
public GraphQlReactiveQuerydslAutoConfiguration()
-
-
方法详细资料
-
reactiveQuerydslRegistrar
@Bean public GraphQlSourceBuilderCustomizer reactiveQuerydslRegistrar(ObjectProvider<org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<?>> reactiveExecutors)
-