Variable |
Collector.get(java.lang.Object key) |
This is used to get the Variable that represents
a deserialized object.
|
Variable |
Collector.get(Label label) |
This is used to get the Variable that represents
a deserialized object.
|
Variable |
Criteria.get(java.lang.Object key) |
This is used to get the Variable that represents
a deserialized object.
|
Variable |
Criteria.get(Label label) |
This is used to get the Variable that represents
a deserialized object.
|
Variable |
Collector.remove(java.lang.Object key) |
This is used to remove the Variable from this
criteria object.
|
Variable |
Criteria.remove(java.lang.Object key) |
This is used to remove the Variable from this
criteria object.
|
Variable |
Collector.resolve(java.lang.String path) |
This is used to resolve the Variable by using
the union names of a label.
|
Variable |
Criteria.resolve(java.lang.String path) |
This is used to resolve the Variable by using
the union names of a label.
|