DiffNoderoot=ObjectDifferBuilder.buildDefault().compare(workingObject,baseObject); This generates a tree structure of the given object type and lets you traverse its nodes via visitors. Each node represents one
DiffNode root = ObjectDifferBuilder.buildDefault().compare(workingObject, baseObject); This generates a tree structure of the given object type and lets you traverse its nodes via visitors. Each node represents one property (or collection item) of the underlying object and tells you exactly if ...
DiffNoderoot=ObjectDifferBuilder.buildDefault().compare(workingObject,baseObject); This generates a tree structure of the given object type and lets you traverse its nodes via visitors. Each node represents one property (or collection item) of the underlying object and tells you exactly if and h...