Skip to content

How to exclude property of a collection of specific type #214

Open
@github-narendar

Description

@github-narendar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions