Uses of Class
com.cedarsoftware.util.GraphComparator.DeltaError
Packages that use GraphComparator.DeltaError
-
Uses of GraphComparator.DeltaError in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return types with arguments of type GraphComparator.DeltaErrorModifier 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.