We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebef66 commit 646b22eCopy full SHA for 646b22e
source/fundamentals/data-formats/pojo-customization.txt
@@ -308,9 +308,10 @@ package:
308
- | Specifies the POJO field on which to deserialize all elements that are
309
not mapped to a field. The POJO field must be one of the following
310
types:
311
- - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
312
- - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313
- - ``Map<String, Object>``
+ |
+ | - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
+ | - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
314
+ | - ``Map<String, Object>``
315
|
316
| See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
317
0 commit comments