| Package | Description |
|---|---|
| com.github.jonpereiradev.diffobjects | |
| com.github.jonpereiradev.diffobjects.strategy |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<DiffResult> |
DiffObjects.diff(T beforeState,
T afterState)
Execute the diff between two objects using annotations.
|
static <T> 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(Object before,
Object after,
DiffMetadata diffMetadata)
Check the difference between two objects for the metadata configuration.
|
Copyright © 2018. All rights reserved.