BsonDocument
, BsonDocumentWrapper
, Document
, JsonObject
, RawBsonDocument
public interface Bson
An interface for types that are able to render themselves into a BsonDocument
.
Fields
Render into a BsonDocument using a document class and codec registry appropriate for the implementation.
Render into a BsonDocument.
Render into a BsonDocument.
TDocument
- the type of the document class
documentClass
- the document class in scope for the collection. This parameter may be ignored, but it may be used to alter the structure of the returned BsonDocument
based on some knowledge of the document class.
codecRegistry
- the codec registry. This parameter may be ignored, but it may be used to look up Codec
instances for the document class or any other related class.
The default implementation of this method calls toBsonDocument(Class, CodecRegistry)
with the BsonDocument
class as the first argument and DEFAULT_CODEC_REGISTRY
as the second argument.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4