Uses of Interface
com.cedarsoftware.util.GraphComparator.DeltaProcessor
-
-
Uses of GraphComparator.DeltaProcessor in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return GraphComparator.DeltaProcessor Modifier and Type Method Description static GraphComparator.DeltaProcessor
GraphComparator. getJavaDeltaProcessor()
Methods in com.cedarsoftware.util with parameters of type GraphComparator.DeltaProcessor 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.
-