final class BsonDocumentWrapperHelper
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
BsonDocumentWrapperHelper() |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> T |
toDocument(BsonDocument document) |
(package private) static <T> java.util.List<T> |
toList(BsonDocument result,
java.lang.String fieldContainingWrappedArray) |
static <T> java.util.List<T> toList(BsonDocument result, java.lang.String fieldContainingWrappedArray)
static <T> T toDocument(BsonDocument document)