Interface QuerydslDataFetcher.QuerydslBuilderCustomizer<T>
- Type Parameters:
T
- the domain type
- 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
-
Method Summary
Modifier and TypeMethodDescriptioncustomize
(QuerydslDataFetcher.Builder<T, ?> builder) Callback to customize aQuerydslDataFetcher.Builder
instance.
-
Method Details
-
customize
Callback to customize aQuerydslDataFetcher.Builder
instance.- Parameters:
builder
- builder to customize
-