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
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/MongoCustomConversions.java
+16
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,24 @@ public MongoConverterConfigurationAdapter registerPropertyValueConverterFactory(
308
308
* @param valueConversions must not be {@literal null}.
309
309
* @return this.
310
310
* @since 3.4
311
+
* @deprecated since 4.2. Use {@link #withPropertyValueConversions(PropertyValueConversions)} instead.
0 commit comments