Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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