Class QueryByExampleDataFetcher.ReactiveBuilder<T,R>

java.lang.Object
org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder<T,R>
Type Parameters:
T - domain type
R - result type
Enclosing class:
QueryByExampleDataFetcher<T>

public static class QueryByExampleDataFetcher.ReactiveBuilder<T,R> extends Object
Builder for a reactive Query by Example-based DataFetcher. Note that builder instances are immutable and return a new instance of the builder when calling configuration methods.