mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Split the `PresenceCheck`s accessor from the current `Accessor`. Introduce a `ReadAccessor` that would allow us to more easily implement certain things. Remove `MAP_GET` and `MAP_CONTAINS` from the AccessorType and use the new refactored mechanism