Package | Description |
---|---|
com.allanbank.mongodb.bson.builder.impl |
Provides the implementations for builders to aid in constructing BSON
Document s. |
Modifier and Type | Field and Description |
---|---|
protected static Class<AbstractBuilder.BuilderElement> |
AbstractBuilder.BUILDER_ELEMENT_CLASS
The class used for intermediate sub-builders in the elements list.
|
Modifier and Type | Method and Description |
---|---|
AbstractBuilder.BuilderElement |
AbstractBuilder.BuilderElement.withName(String name)
Creates a new element with the same type and value as this element but
with the specified name.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.