Class ElementValueChange
java.lang.Object
org.javers.core.diff.changetype.container.ContainerElementChange
org.javers.core.diff.changetype.container.ElementValueChange
- All Implemented Interfaces:
Serializable
Value changed at certain index in an Array or List
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected StringprettyPrint(PrettyValuePrinter valuePrinter) toString()Methods inherited from class org.javers.core.diff.changetype.container.ContainerElementChange
getIndex
-
Constructor Details
-
ElementValueChange
-
-
Method Details
-
getLeftValue
-
getRightValue
-
toString
-
prettyPrint
- Specified by:
prettyPrintin classContainerElementChange
-
equals
- Overrides:
equalsin classContainerElementChange
-
hashCode
public int hashCode()- Overrides:
hashCodein classContainerElementChange
-