-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
Hi, I've succesfully usedObjectDifferBuilder to configure exclusion with categories, only the children with the specified categories are returned to the Visitorby the visitChildrenmethod of DiffNode.
I'm pretty happy with it cause it helps dealing with only parts of the object I'm diffing and merging I'm interested in.
I've noticed that calling DiffNode.getCategories() returns an empty Set, is this the expected beheaviour?