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 00e821c commit ceec084Copy full SHA for ceec084
source/fundamentals/data-formats/pojo-customization.txt
@@ -299,6 +299,9 @@ package:
299
field to BSON. You can include a discriminator to serialize POJOs
300
nested within the field.
301
302
+ * - ``BsonExtraElements``
303
+ - Specifies any extra elements that aren't already mapped to a field.
304
+
305
The following code snippet shows a sample POJO called ``Product`` that uses
306
the preceding annotations.
307
0 commit comments