| Package | Description |
|---|---|
| de.alpharogroup.diff.object |
This package provides utility classes for finding deltas of objects
|
| Modifier and Type | Method and Description |
|---|---|
static List<ChangedAttributeResult> |
DiffObjectExtensions.getChangedData(Object sourceOjbect,
Object objectToCompare)
Gets the changed data in a list.
|
static Map<Object,ChangedAttributeResult> |
DiffObjectExtensions.getChangedDataMap(Object sourceOjbect,
Object objectToCompare)
Compares the given two objects and gets the changed data.
|
static List<ChangedAttributeResult> |
DiffObjectExtensions.getChangedDataWithReflection(Object sourceOjbect,
Object objectToCompare,
List<ChangedAttributeResult> changedData,
ChangedAttributeResult parent)
Gets the changed data recursively in a list from the given source object and the object to
compare.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ChangedAttributeResult> |
DiffObjectExtensions.getChangedDataWithReflection(Object sourceOjbect,
Object objectToCompare,
List<ChangedAttributeResult> changedData,
ChangedAttributeResult parent)
Gets the changed data recursively in a list from the given source object and the object to
compare.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ChangedAttributeResult> |
DiffObjectExtensions.getChangedDataWithReflection(Object sourceOjbect,
Object objectToCompare,
List<ChangedAttributeResult> changedData,
ChangedAttributeResult parent)
Gets the changed data recursively in a list from the given source object and the object to
compare.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.