SQiShER/java-object-diff

How to exclude property of a collection of specific type

github-narendar opened this issue · 0 comments

I have used like below. But, its removing entire collection itself from mapping instead of just excluding the property of collection of specific type.

	ObjectDiffer differ =
	        ObjectDifferBuilder.startBuilding().inclusion().exclude()
	                .node(NodePath.with("bs", "a")).and().build();