Interface QueryByExampleDataFetcher.ReactiveQueryByExampleBuilderCustomizer<T>

Type Parameters:
T - the domain type
Enclosing class:
QueryByExampleDataFetcher<T>

public static interface QueryByExampleDataFetcher.ReactiveQueryByExampleBuilderCustomizer<T>
Callback interface that can be used to customize QueryByExampleDataFetcher QueryByExampleDataFetcher.ReactiveBuilder to change its configuration.

This is supported by Auto-registration, which detects if a repository implements this interface and applies it accordingly.

Since:
1.1.1