File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
API Documentation
3
3
=================
4
4
5
- .. default-domain:: mongodb
5
+ - `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
6
+ BSON data format.
7
+ - `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -
8
+ classes for encoding and decoding between Java records and the BSON data
9
+ format.
10
+ - `Core <{+api+}/apidocs/mongodb-driver-core/index.html>`__ - classes that
11
+ contain essential driver functionality.
12
+ - `Java Driver (modern API) <{+api+}/apidocs/mongodb-driver-sync/index.html>`__ -
13
+ classes for the current driver API.
14
+ - `Java Driver (legacy API) <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__ -
15
+ classes that support the legacy driver API. To learn how to upgrade from the
16
+ legacy API to the modern API from the :ref:`<java-legacy-api>` documentation.
6
17
7
18
.. toctree::
8
19
:titlesonly:
@@ -13,4 +24,4 @@ API Documentation
13
24
Core <{+api+}/apidocs/mongodb-driver-core/index.html>
14
25
Java Driver (modern API) <{+api+}/apidocs/mongodb-driver-sync/index.html>
15
26
Java Driver (legacy API) <{+api+}/apidocs/mongodb-driver-legacy/index.html>
16
-
27
+
You can’t perform that action at this time.
0 commit comments