Package org.restheart.utils
Class BsonUtils.DocumentBuilder
java.lang.Object
org.restheart.utils.BsonUtils.DocumentBuilder
- Enclosing class:
BsonUtils
Builder to help creating BsonDocument
-
Method Summary
Modifier and TypeMethodDescriptionstatic BsonUtils.DocumentBuilderbuilder()static BsonUtils.DocumentBuilderbuilder(org.bson.BsonDocument doc) org.bson.BsonDocumentget()put(String key, BsonUtils.ArrayBuilder builder) put(String key, BsonUtils.DocumentBuilder builder) putAll(org.bson.BsonDocument other) toJson()toJson(org.bson.json.JsonMode jsonMode) toString()