Package | Description |
---|---|
org.axonframework.mongo.serialization |
Modifier and Type | Method and Description |
---|---|
BSONNode |
BSONNode.addChildNode(String name)
Adds a child node to the current node.
|
static BSONNode |
BSONNode.fromDBObject(com.mongodb.DBObject node)
Constructrs a BSONNode structure from the given DBObject structure.
|
Modifier and Type | Method and Description |
---|---|
Iterator<BSONNode> |
BSONNode.children()
Returns an iterator providing access to the child nodes of the current node.
|
Copyright © 2010–2017. All rights reserved.