public class KeyExpression extends Object
locator expression
for the related object and a KeyExpression to derive a key from the object.
The syntax of the locator and the keyExpression depends on the type of the related
object structure and comparator implementation, e.g. XPath expressions for XML.
Created: 13.06.2016 18:31:01| Constructor and Description |
|---|
KeyExpression(String locator,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpression() |
String |
getLocator() |
int |
hashCode() |
String |
toString() |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.