Mapping converter not applied for ReactiveMongoTemplate::findAndReplace
#4865
Labels
status: feedback-provided
Feedback has been provided
I have registered a
MappingMongoConverter
component to perform custom conversions for all document reads and writes. When performingfind
/findOne
/ etc. operations, this works as expected. However, when usingReactiveMongoTemplate::findAndReplace
, the conversion is not applied on the returned document (theMappingMongoConverter::read
method is not called). Is this expected behavior? Thanks in advance!The text was updated successfully, but these errors were encountered: