Package org.bson

Class BsonDocumentReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.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:
    BsonDocument, Decoder