Uses of Interface
com.cedarsoftware.util.GraphComparator.ID
-
Uses of GraphComparator.ID in com.cedarsoftware.util
Methods in com.cedarsoftware.util with parameters of type GraphComparator.IDModifier 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.static List<GraphComparator.Delta>
GraphComparator.compare
(Object source, Object target, GraphComparator.ID idFetcher) Perform the asymmetric graph delta.