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();