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 ConverterContext and clean up MappingCassandraConverter #1097

Closed
mp911de opened this issue Mar 5, 2021 · 0 comments
Closed

Introduce ConverterContext and clean up MappingCassandraConverter #1097

mp911de opened this issue Mar 5, 2021 · 0 comments
Labels
type: task A general task

Comments

@mp911de
Copy link
Member

mp911de commented Mar 5, 2021

To simplify customization of MappingCassandraConverter, 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.

Related ticket: spring-projects/spring-data-mongodb#3571

@mp911de mp911de added the type: task A general task label Mar 5, 2021
@mp911de mp911de added this to the 3.2 RC1 (2021.0.0) milestone Mar 5, 2021
@mp911de mp911de closed this as completed in c174258 Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant