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
To simplify customization of MappingMongoConverter, we should introduce a strategy object that encapsulates decision paths invoking simple and container conversion. Simple conversion maps to simple types. Container conversion applies conversion for lists, maps, and entities.
We also should cleanup the converter to align method signatures of the individual converter methods, reorder methods and revisit the converter surface.
The text was updated successfully, but these errors were encountered:
mp911de
changed the title
Introduce ConverterContext and clean up MappingMongoConverter
Introduce ConversionContext and clean up MappingMongoConverter
Mar 1, 2021
To simplify customization of
MappingMongoConverter
, we should introduce a strategy object that encapsulates decision paths invoking simple and container conversion. Simple conversion maps to simple types. Container conversion applies conversion for lists, maps, and entities.We also should cleanup the converter to align method signatures of the individual converter methods, reorder methods and revisit the converter surface.
The text was updated successfully, but these errors were encountered: