Package org.javers.core.metamodel.object
Class CdoSnapshotState
java.lang.Object
org.javers.core.metamodel.object.CdoSnapshotState
-
Method Summary
Modifier and TypeMethodDescriptiondifferentValues(CdoSnapshotState previous) List of properties with changed values (when comparing to the previous state)booleanvoidforEachProperty(BiConsumer<String, Object> consumer) getPropertyValue(String propertyName) getPropertyValue(Property property) returns default values for empty primitivesinthashCode()<R> List<R>mapProperties(BiFunction<String, Object, R> mapper) toString()
-
Method Details
-
getPropertyValue
returns default values for empty primitives -
getPropertyValue
-
getPropertyNames
-
mapProperties
-
forEachProperty
-
equals
-
differentValues
List of properties with changed values (when comparing to the previous state) -
hashCode
public int hashCode() -
toString
-