| Package | Description |
|---|---|
| com.github.jonpereiradev.diffobjects | |
| com.github.jonpereiradev.diffobjects.strategy |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiffResult> |
DiffObjects.diff(java.util.Collection<T> beforeState,
java.util.Collection<T> afterState,
DiffComparator<T> matcher)
Execute the diff between two objects using annotations.
|
java.util.List<DiffResult> |
DiffObjects.diff(java.util.Collection<T> beforeState,
java.util.Collection<T> afterState,
DiffConfiguration configuration,
DiffComparator<T> matcher)
Execute the diff between two objects using a configuration.
|
java.util.List<DiffResult> |
DiffObjects.diff(T beforeState,
T afterState)
Execute the diff between two objects using annotations.
|
java.util.List<DiffResult> |
DiffObjects.diff(T beforeState,
T afterState,
DiffConfiguration configuration)
Execute the diff between two objects using a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DiffStrategy.diff(java.lang.Object before,
java.lang.Object after,
DiffMetadata diffMetadata)
Check the difference between two objects for the metadata configuration.
|
Copyright © 2018. All rights reserved.