orisai / object-mapper

Raw data mapping to validated objects
Mozilla Public License 2.0
10 stars 1 forks source link

Private callbacks and properties #35

Closed mabar closed 1 year ago

mabar commented 1 year ago

Follow up of #30 and #31

Currently are private callbacks and properties supported only in final classes. To support them on any classes, following must be resolved:

mabar commented 1 year ago

Private mapped properties and callbacks are supported in any class since https://github.com/orisai/object-mapper/commit/c1d794055166e82debc15318c44ccf08a8e682f3

Traits and interfaces support was not checked yet. And neither overriding of public/protected properties/methods.

mabar commented 1 year ago

Mostly done, rest continues in issues linked to related tasks

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.