Skip to content

Commit ceec084

Browse files
DOCSP-22832 bson extra elements (#229)
* added BsonExtraElements
1 parent 00e821c commit ceec084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/fundamentals/data-formats/pojo-customization.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ package:
299299
field to BSON. You can include a discriminator to serialize POJOs
300300
nested within the field.
301301

302+
* - ``BsonExtraElements``
303+
- Specifies any extra elements that aren't already mapped to a field.
304+
302305
The following code snippet shows a sample POJO called ``Product`` that uses
303306
the preceding annotations.
304307

0 commit comments

Comments
 (0)