Uses of Interface
com.cedarsoftware.util.GraphComparator.DeltaProcessor
Packages that use GraphComparator.DeltaProcessor
-
Uses of GraphComparator.DeltaProcessor in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return GraphComparator.DeltaProcessorMethods in com.cedarsoftware.util with parameters of type GraphComparator.DeltaProcessorModifier 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.