Documents.See: Description
| Interface | Description | 
|---|---|
| ArrayBuilder | Interface for a builder used to construct a BSON array. | 
| Builder | Common interface for all builders. | 
| DocumentBuilder | Interface for a builder used to construct a BSON document. | 
| Class | Description | 
|---|---|
| BuilderFactory | Helper class for getting started with a builder. | 
Documents.
 
 
 The BuilderFactory provides methods 
 to start a DocumentBuilder or 
 ArrayBuilder. 
 
 The com.allanbank.mongodb.bson.builder.impl package the builder 
 implementations.  Direct use of these classes is discouraged.  Instead use the interfaces in this package and
 the BuilderFactory to start a document. 
 
Copyright © 2011-2012 Allanbank Consulting, Inc.. All Rights Reserved.