How about adding more explict writing/reading converter interface? #2968
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
Hello, thanks for supporting spring framework :)
It appears that Spring Data's converter system currently distinguishes between writing converters and reading converters based on annotations.
Is there a specific reason for controlling this solely through annotations? If there isn't a particular reason, how do you feel about adding WritingConverter and ReadingConverter interfaces that extend the Converter interface to define converters more explicitly?
The text was updated successfully, but these errors were encountered: