public class DiffUtils extends Object
| Constructor and Description |
|---|
DiffUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getDifferences(Object o1,
Object o2)
Returns an alphabetically sorted set of fields names that have differences in their value
between two objects.
|
public static Set<String> getDifferences(Object o1, Object o2)
o1 - objecto2 - objectCopyright © 2018–2019 Butor Inc.. All rights reserved.