Interface QueryByExampleDataFetcher.QueryByExampleBuilderCustomizer<T>

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

public static interface QueryByExampleDataFetcher.QueryByExampleBuilderCustomizer<T>
Callback interface that can be used to customize QueryByExampleDataFetcher QueryByExampleDataFetcher.Builder 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