Differencepublic class ValueDifference extends Object implements Difference
| Constructor | Description |
|---|---|
ValueDifference(String propertyName,
Object lhs,
Object rhs) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Object |
leftValue() |
The value from the left instance (possibly
null). |
String |
propertyName() |
The name of the property.
|
Object |
rightValue() |
The value from the right instance (possibly
null). |
String |
toString() |
public String propertyName()
DifferencepropertyName in interface Differencepublic Object leftValue()
Differencenull).leftValue in interface Differencenull)public Object rightValue()
Differencenull).rightValue in interface Differencenull)Copyright © 2008–2018. All rights reserved.