-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement
Milestone
Description
The current PropertyMapper
design isn't very amenable to nullability support. Currently we always call to
methods even if values are null
. We could switch our default so we only call methods with non-null values. This would also simplify on lot of our existing calls where we need to use alwaysApplyingWhenNotNull
.
mhalbritter
Metadata
Metadata
Assignees
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement