| Modifier and Type | Class and Description |
|---|---|
class |
ListBinding
This class keeps the list binding a field is bound to.
|
class |
ValueBinding
This class keeps the mutable simple value a field can be bound to.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExpression |
QueryExpression.bind(List<FieldBinding> bindingResult,
Set<Path> bindRequest) |
QueryExpression |
QueryExpression.bind(Path ctx,
List<FieldBinding> bindingResult,
Set<Path> bindRequest)
Binds all the bindable fields in the bindRequest, populates the
bindingResult with binding information, and return a new QueryExpression
with bound values.
|
Copyright © 2015. All rights reserved.