withPropertyFilter

Deprecated

Use creating().withPropertyFilter() instead

Replace with

creating(outputClass).withPropertyFilter(filter)

Adds a filter that determines which properties are to be included when creating an object.

Note that each predicate is applied in addition to previously registered predicates.

Parameters

filter

the property predicate to be added