Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ConversionContext and clean up MappingMongoConverter #3571

Closed
mp911de opened this issue Feb 26, 2021 · 0 comments
Closed

Introduce ConversionContext and clean up MappingMongoConverter #3571

mp911de opened this issue Feb 26, 2021 · 0 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@mp911de
Copy link
Member

mp911de commented Feb 26, 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.

@mp911de mp911de added the type: enhancement A general enhancement label Feb 26, 2021
@mp911de mp911de self-assigned this Feb 26, 2021
@mp911de mp911de changed the title Introduce ConverterContext and clean up MappingMongoConverter Introduce ConversionContext and clean up MappingMongoConverter Mar 1, 2021
@christophstrobl christophstrobl added this to the 3.2 M5 (2021.0.0) milestone Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants