with Property Filter
Deprecated
Use creating().withPropertyFilter() instead
Replace with
creating(outputClass).withPropertyFilter(filter)Content copied to clipboard
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