Uses of Class
com.cedarsoftware.util.GraphComparator.Delta
Packages that use 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 TypeMethodDescriptionvoidGraphComparator.DeltaProcessor.processArrayResize(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processArraySetElement(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processListResize(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processListSetElement(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processMapPut(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processMapRemove(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processObjectAssignField(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processObjectOrphan(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processObjectTypeChanged(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.DeltaProcessor.processSetAdd(Object srcValue, Field field, GraphComparator.Delta delta) voidGraphComparator.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