File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Define custom Java to CQL mappings.
2525
2626* implement the [ TypeCodec] interface, or use one of the alternative codecs in ` ExtraTypeCodecs ` .
2727* registering a codec:
28- * at init time: [ CqlSession.builder().addTypeCodecs()] [ SessionBuilder.addTypeCodecs ]
29- * at runtime:
28+ * at init time: [ CqlSession.builder().addTypeCodecs()] [ SessionBuilder.addTypeCodecs ]
29+ * at runtime:
3030
3131 ``` java
3232 MutableCodecRegistry registry =
@@ -35,8 +35,8 @@ Define custom Java to CQL mappings.
3535 ```
3636
3737* using a codec:
38- * if already registered: `row. get(" columnName" , MyCustomType . class)`
39- * otherwise: `row. get(" columnName" , myCodec)`
38+ * if already registered: `row. get(" columnName" , MyCustomType . class)`
39+ * otherwise: `row. get(" columnName" , myCodec)`
4040
4141---- -
4242
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ under the License.
2424* [ GraalVM native images] ( https://www.graalvm.org/reference-manual/native-image/ ) can be built with
2525 no additional configuration starting with driver 4.13.0.
2626* But extra configurations are required in a few cases:
27- * When using [ reactive programming] ( ../reactive ) ;
28- * When using [ Jackson] ( ../integration#Jackson ) ;
29- * When using LZ4 [ compression] ( ../compression/ ) ;
30- * Depending on the [ logging backend] ( ../logging ) in use.
27+ * When using [ reactive programming] ( ../reactive ) ;
28+ * When using [ Jackson] ( ../integration#Jackson ) ;
29+ * When using LZ4 [ compression] ( ../compression/ ) ;
30+ * Depending on the [ logging backend] ( ../logging ) in use.
3131* DSE-specific features:
32- * [ Geospatial types] ( ../dse/geotypes ) are supported.
33- * [ DSE Graph] ( ../dse/graph ) is not officially supported, although it may work.
32+ * [ Geospatial types] ( ../dse/geotypes ) are supported.
33+ * [ DSE Graph] ( ../dse/graph ) is not officially supported, although it may work.
3434* The [ shaded jar] ( ../shaded_jar ) is not officially supported, although it may work.
3535
3636-----
You can’t perform that action at this time.
0 commit comments