Uses of Class
com.cedarsoftware.util.GraphComparator.Delta
-
Uses of GraphComparator.Delta in com.cedarsoftware.util
Subclasses of GraphComparator.Delta in com.cedarsoftware.utilMethods in com.cedarsoftware.util that return types with arguments of type GraphComparator.DeltaModifier and TypeMethodDescriptionstatic List<GraphComparator.Delta>
GraphComparator.compare
(Object source, Object target, GraphComparator.ID idFetcher) Perform the asymmetric graph delta.Methods in com.cedarsoftware.util with parameters of type GraphComparator.DeltaModifier and TypeMethodDescriptionvoid
GraphComparator.DeltaProcessor.processArrayResize
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processArraySetElement
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processListResize
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processListSetElement
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processMapPut
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processMapRemove
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processObjectAssignField
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processObjectOrphan
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processObjectTypeChanged
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processSetAdd
(Object srcValue, Field field, GraphComparator.Delta delta) void
GraphComparator.DeltaProcessor.processSetRemove
(Object srcValue, Field field, GraphComparator.Delta delta) Method parameters in com.cedarsoftware.util with type arguments of type GraphComparator.DeltaModifier and TypeMethodDescriptionstatic List<GraphComparator.DeltaError>
GraphComparator.applyDelta
(Object source, List<GraphComparator.Delta> commands, GraphComparator.ID idFetcher, GraphComparator.DeltaProcessor deltaProcessor, boolean... failFast) Apply the Delta commands to the source object graph, making the requested changes to the source graph.Constructors in com.cedarsoftware.util with parameters of type GraphComparator.Delta