Interface QuerydslBinderCustomizer<T extends com.querydsl.core.types.EntityPath<?>>
- All Known Subinterfaces:
- QuerydslBinderCustomizerDefaults
public interface QuerydslBinderCustomizer<T extends com.querydsl.core.types.EntityPath<?>>
A component that will customize 
QuerydslBindings for the given entity path.- Since:
- 1.11
- Author:
- Oliver Gierke
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(QuerydslBindings bindings, T root) Customize theQuerydslBindingsfor the given root.
- 
Method Details- 
customizeCustomize theQuerydslBindingsfor the given root.- Parameters:
- bindings- the- QuerydslBindingsto customize, will never be null.
- root- the entity root, will never be null.
 
 
-