Modifier and Type | Optional Element and Description |
---|---|
Class<? extends QuerydslBinderCustomizer> |
bindings
To customize the way individual properties' values should be bound to the predicate a
QuerydslBinderCustomizer can be specified here. |
Class<?> |
root
The root type to create the
Predicate . |
public abstract Class<?> root
Predicate
. Specify this explicitly if the type is not
contained in the controller method's return type.public abstract Class<? extends QuerydslBinderCustomizer> bindings
QuerydslBinderCustomizer
can be specified here. We'll try to obtain a Spring bean of this type but fall
back to a plain instantiation if no bean is found in the current
BeanFactory
.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.