orisai / object-mapper

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

Object mapper contracts #51

Closed mabar closed 1 year ago

mabar commented 1 year ago

Since MappedObject is just interface, annotations/attributes don't have to exist and we have CreateWithoutConstructor, any mapped object can be used directly, without using object mapper. To make object mapper fully optional dependency for such object, we should extract MappedObject interface into separate repository

mabar commented 1 year ago

Solved by https://github.com/orisai/object-mapper/commit/56ae4f0e3d195dcb0cb778e4e2f0c1201363e53a

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.