Commit 4b3a6d6
committed
Removed legacy
With the `ItemConfiguration` being added as a property to `ItemMetadata` (74cb817), and the mapping services being updated to rely upon `ItemMetadata` to get their configuration data (2f482b1, fe39302), there is no longer a need for the legacy `PropertyConfiguration` class, or to differentiate between item and property differentiation more broadly.
Indeed, the main benefit of this was to allow strongly typed access to the `MemberAccessor`, instead of general access to `ItemMetadata`. Since the order if flipped, with `ItemConfiguration` being retrieved _via_ `ItemMetadata` (or `MemberAccessor`), there is always strongly typed access to these objects independent of the configuration object.PropertyConfiguration class1 parent 7c2a790 commit 4b3a6d6
2 files changed
Lines changed: 0 additions & 61 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
This file was deleted.
0 commit comments