Interface QuerydslDataFetcher.QuerydslBuilderCustomizer<T>

Type Parameters:
T -
Enclosing class:
QuerydslDataFetcher<T>

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