File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/fundamentals/data-formats Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -308,11 +308,11 @@ package:
308
308
- | Specifies the POJO field on which to deserialize all elements that are
309
309
not mapped to a field. The POJO field must be one of the following
310
310
types:
311
- - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
312
- - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313
- - ``Map<String, Object>``
311
+ - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
312
+ - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313
+ - ``Map<String, Object>``
314
314
|
315
- | See an example of :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
315
+ | See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
316
316
317
317
The following code snippet shows a sample POJO called ``Product`` that uses
318
318
several of the preceding annotations.
You can’t perform that action at this time.
0 commit comments