public class SimpleMongoUpdateMapper extends Object implements MongoMapper
| Constructor and Description | 
|---|
SimpleMongoUpdateMapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.bson.Document | 
toDocument(ITuple tuple)
Converts a Tuple to a Document 
 | 
SimpleMongoUpdateMapper | 
withFields(String... fields)  | 
public org.bson.Document toDocument(ITuple tuple)
MongoMapperConverts a Tuple to a Document
toDocument in interface MongoMappertuple - the incoming tuplepublic SimpleMongoUpdateMapper withFields(String... fields)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.