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-cassandra/src/main/java/org/springframework/data/cassandra/config/AbstractCassandraConfiguration.java
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,8 @@ public abstract class AbstractCassandraConfiguration extends AbstractSessionConf
59
59
private@NullableClassLoaderbeanClassLoader;
60
60
61
61
/**
62
-
* Creates a {@link CassandraConverter} using the configured {@link #cassandraMapping()}.
63
-
*
64
-
* Will apply all specified {@link #customConversions()}.
62
+
* Creates a {@link CassandraConverter} using the configured {@link #cassandraMapping()}. Will apply all specified
63
+
* {@link #customConversions()}.
65
64
*
66
65
* @return {@link CassandraConverter} used to convert Java and Cassandra value types during the mapping process.
67
66
* @see #cassandraMapping()
@@ -72,8 +71,8 @@ public CassandraConverter cassandraConverter() {
0 commit comments