Skip to content

Update PropertyMapper to better support nullability #47024

@philwebb

Description

@philwebb

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.

Metadata

Metadata

Labels

status: noteworthyA noteworthy issue to call out in the release notestype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions