Adriano Gonella
Results
1
comments of
Adriano Gonella
Is it possible to ignore attributes when comparing two collection? Example: ` Set set1 = new HashSet() Set set2 = new HashSet() final ObjectDifferBuilder builder = ObjectDifferBuilder.startBuilding(); //Excluding manually. builder.inclusion().exclude().node(NodePath.with("attribute1"));...