Class EntryValueChange
java.lang.Object
org.javers.core.diff.changetype.map.EntryChange
org.javers.core.diff.changetype.map.EntryValueChange
- All Implemented Interfaces:
Serializable
Changed value assigned to a key in a Map
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected StringprettyPrint(PrettyValuePrinter valuePrinter) toString()Methods inherited from class org.javers.core.diff.changetype.map.EntryChange
getKey, getWrappedKey
-
Constructor Details
-
EntryValueChange
-
-
Method Details
-
getLeftValue
-
getRightValue
-
getWrappedLeftValue
-
getWrappedRightValue
-
toString
-
prettyPrint
- Specified by:
prettyPrintin classEntryChange
-
equals
- Overrides:
equalsin classEntryChange
-
hashCode
public int hashCode()- Overrides:
hashCodein classEntryChange
-