public interface DiffStrategy
DiffSingleStrategy,
DiffNestedStrategy,
DiffCollectionStrategy| Modifier and Type | Method and Description |
|---|---|
DiffResult |
diff(java.lang.Object before,
java.lang.Object after,
DiffMetadata diffMetadata)
Check the difference between two objects for the metadata configuration.
|
DiffResult diff(java.lang.Object before, java.lang.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.