public class ObjectAttributeChangeDetector extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
determineChangesInAttributes(T oldObject,
T newObject)
Determines changes in fields between two objects.
|
public static <T> String determineChangesInAttributes(T oldObject, T newObject)
T - The generic type parameteroldObject - the old object for the comparisonnewObject - the new object for the comparisonCopyright © 2020. All rights reserved.