Package org.bson

Class BsonDocumentReader

java.lang.Object
org.bson.AbstractBsonReader
org.bson.BsonDocumentReader
All Implemented Interfaces:
Closeable, AutoCloseable, BsonReader

public class BsonDocumentReader extends AbstractBsonReader
A BsonReader implementation that reads from an instance of BsonDocument. This can be used to decode a BsonDocument using a Decoder.
Since:
3.0
See Also: