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

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions