public interface DiffStrategy
DiffSingleStrategy,
DiffDeepStrategy,
DiffCollectionStrategy| Modifier and Type | Method and Description |
|---|---|
DiffResult |
diff(Object before,
Object after,
DiffMetadata diffMetadata)
Check the difference between two objects for the metadata configuration.
|
DiffResult diff(Object before, Object after, DiffMetadata diffMetadata)
before - object that is considered a state before the after object.after - object that is considered the before object updated.diffMetadata - the metadata with the configuration for the diff.Copyright © 2018. All rights reserved.