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