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
MappingMongoConverter.setMapKeyDotReplacement(String) method permits to specifiy a replacement for dot in map keys. However, it's not a strict replacement but regex-based one (String.replaceAll(String, String))
It would be very nice to specify that string must be a valid regular expression pattern