public interface MongoMapper extends Serializable
| Modifier and Type | Method and Description |
|---|---|
org.bson.Document |
toDocument(ITuple tuple)
Converts a Tuple to a Document.
|
org.bson.Document |
toDocumentByKeys(List<Object> keys)
Converts a keys to a Document.
|
org.bson.Document toDocument(ITuple tuple)
tuple - the incoming tupleCopyright © 2023 The Apache Software Foundation. All rights reserved.