Package org.javers.core.diff.appenders
Class ListAsSetChangeAppender
java.lang.Object
org.javers.core.diff.appenders.ListAsSetChangeAppender
- All Implemented Interfaces:
PropertyChangeAppender<ListChange>
-
Field Summary
Fields inherited from interface org.javers.core.diff.appenders.PropertyChangeAppender
HIGH_PRIORITY, LOW_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptioncalculateChanges(NodePair pair, JaversProperty property) booleansupports(JaversType propertyType) Checks if given property type is supportedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.javers.core.diff.appenders.PropertyChangeAppender
priority
-
Method Details
-
supports
Description copied from interface:PropertyChangeAppenderChecks if given property type is supported- Specified by:
supportsin interfacePropertyChangeAppender<ListChange>
-
calculateChanges
- Specified by:
calculateChangesin interfacePropertyChangeAppender<ListChange>
-