| Package | Description | 
|---|---|
| com.allanbank.mongodb.bson.builder.impl | 
 Provides the implementations for builders to aid in constructing BSON 
  
Documents. | 
| com.allanbank.mongodb.bson.element | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractBuilder.BuilderElement
A temporary Element to stand in for a element being constructed with a
 builder. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayElement
A wrapper for a BSON array. 
 | 
class  | 
BinaryElement
A wrapper for a BSON binary. 
 | 
class  | 
BooleanElement
A wrapper for a BSON boolean. 
 | 
class  | 
DBPointerElement
Deprecated. 
 
See BSON Specification. 
 | 
class  | 
DocumentElement
Wraps a single BSON document that may contain nested documents. 
 | 
class  | 
DoubleElement
A wrapper for a BSON double. 
 | 
class  | 
IntegerElement
A wrapper for a BSON (signed 32-bit) integer. 
 | 
class  | 
JavaScriptElement
A wrapper for a BSON JavaScript. 
 | 
class  | 
JavaScriptWithScopeElement
A wrapper for a BSON JavaScript with Scope. 
 | 
class  | 
LongElement
A wrapper for a BSON (signed 64-bit) integer or long. 
 | 
class  | 
MaxKeyElement
A wrapper for a BSON maximum key element. 
 | 
class  | 
MinKeyElement
A wrapper for a BSON minimum key element. 
 | 
class  | 
MongoTimestampElement
A wrapper for a BSON (signed 64-bit) Mongo timestamp as 4 byte increment and
 4 byte timestamp. 
 | 
class  | 
NullElement
A wrapper for a BSON null. 
 | 
class  | 
ObjectIdElement
A wrapper for a BSON Object Id. 
 | 
class  | 
RegularExpressionElement
A wrapper for a BSON regular expression. 
 | 
class  | 
StringElement
A wrapper for a BSON string. 
 | 
class  | 
SymbolElement
A wrapper for a BSON symbol. 
 | 
class  | 
TimestampElement
A wrapper for a BSON timestamp as the milliseconds since the epoch. 
 | 
class  | 
UuidElement
UuidElement provides a helper element for handling UUID  
BinaryElement
 sub-types. | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.