You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be multiple ways to generate ClassMappings:
By hand/from a source code generator
From a structuredefinition
From the reflection info on the POCOs (current situation).
We need a new abstraction (or extend ModelInspector) to serve as a point where users can register such mappings or mapping factories. In any case, the current reflection code in ClassMapping needs to be moved somewhere, and we need to be able to have a way to add classmappings manually (as we've done in the PR for almostchristian). And then for the future, a way to add them from SDs.
The text was updated successfully, but these errors were encountered:
There will be multiple ways to generate ClassMappings:
We need a new abstraction (or extend ModelInspector) to serve as a point where users can register such mappings or mapping factories. In any case, the current reflection code in ClassMapping needs to be moved somewhere, and we need to be able to have a way to add classmappings manually (as we've done in the PR for almostchristian). And then for the future, a way to add them from SDs.
The text was updated successfully, but these errors were encountered: