Uses of Class
com.cedarsoftware.util.GraphComparator.DeltaError
-
-
Uses of GraphComparator.DeltaError in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return types with arguments of type GraphComparator.DeltaError Modifier and Type Method Description static 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.
-