@@ -136,13 +136,13 @@ section of this page to see how you can include your ``Codec``.
136
136
For more information about the classes and interfaces in this section, see the
137
137
following API Documentation:
138
138
139
- - `Codec <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/Codec.html>`__
140
- - `BsonWriter <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/BsonWriter.html>`__
141
- - `BsonBinaryWriter <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/BsonBinaryWriter.html>`__
142
- - `EncoderContext <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/EncoderContext.html>`__
143
- - `BsonReader <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/BsonReader.html>`__
144
- - `DecoderContext <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/DecoderContext.html>`__
145
- - `BsonBinaryReader <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/BsonBinaryReader.html>`__
139
+ - `Codec <{+api-root+} /bson/org/bson/codecs/Codec.html>`__
140
+ - `BsonWriter <{+api-root+} /bson/org/bson/BsonWriter.html>`__
141
+ - `BsonBinaryWriter <{+api-root+} /bson/org/bson/BsonBinaryWriter.html>`__
142
+ - `EncoderContext <{+api-root+} /bson/org/bson/codecs/EncoderContext.html>`__
143
+ - `BsonReader <{+api-root+} /bson/org/bson/BsonReader.html>`__
144
+ - `DecoderContext <{+api-root+} /bson/org/bson/codecs/DecoderContext.html>`__
145
+ - `BsonBinaryReader <{+api-root+} /bson/org/bson/BsonBinaryReader.html>`__
146
146
147
147
.. _codecs-codecregistry:
148
148
@@ -190,8 +190,8 @@ exception.
190
190
For more information about the classes and interfaces in this section, see the
191
191
following API Documentation:
192
192
193
- - `CodecRegistries <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/configuration/CodecRegistries.html>`__
194
- - `IntegerCodec <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/IntegerCodec.html>`__
193
+ - `CodecRegistries <{+api-root+} /bson/org/bson/codecs/configuration/CodecRegistries.html>`__
194
+ - `IntegerCodec <{+api-root+} /bson/org/bson/codecs/IntegerCodec.html>`__
195
195
196
196
.. _codecs-codecprovider:
197
197
@@ -260,7 +260,7 @@ list prior to the default codec registry as shown in the example below:
260
260
For more information about the classes and interfaces in this section, see
261
261
the following API documentation sections:
262
262
263
- - `CodecProvider <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/configuration/CodecProvider.html>`__
263
+ - `CodecProvider <{+api-root+} /bson/org/bson/codecs/configuration/CodecProvider.html>`__
264
264
- `Default codec registry <{+core-api+}/MongoClientSettings.html#getDefaultCodecRegistry()>`__
265
265
266
266
@@ -317,7 +317,7 @@ This code outputs the following:
317
317
Java type: java.util.Set
318
318
319
319
For a complete list of the default mappings, see the
320
- `BsonTypeClassMap <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/BsonTypeClassMap.html>`__ API Documentation.
320
+ `BsonTypeClassMap <{+api-root+} /bson/org/bson/codecs/BsonTypeClassMap.html>`__ API Documentation.
321
321
322
322
For an example of how the ``Document`` class uses ``BsonTypeClassMap``, see
323
323
the driver source code for the following classes:
@@ -403,5 +403,5 @@ see the following API Documentation:
403
403
404
404
- `withCodecRegistry() <{+driver-api+}/MongoCollection.html#withCodecRegistry(org.bson.codecs.configuration.CodecRegistry)>`__
405
405
- `MongoClientSettings.getDefaultCodecRegistry() <{+core-api+}/MongoClientSettings.html#getDefaultCodecRegistry()>`__
406
- - `Codec <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/Codec.html>`__
407
- - `CodecProvider <https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs /bson/org/bson/codecs/configuration/CodecProvider.html>`__
406
+ - `Codec <{+api-root+} /bson/org/bson/codecs/Codec.html>`__
407
+ - `CodecProvider <{+api-root+} /bson/org/bson/codecs/configuration/CodecProvider.html>`__
0 commit comments