@Component public class BsonMapper extends Object
| Constructor and Description |
|---|
BsonMapper(org.apache.camel.TypeConverter typeConverter) |
| Modifier and Type | Method and Description |
|---|---|
static com.mongodb.DBObject |
bsonToJson(com.mongodb.DBObject bson) |
static com.mongodb.DBObject |
jsonToBson(com.mongodb.DBObject json) |
com.mongodb.DBObject |
pojoToBson(Object pojo) |
@Autowired public BsonMapper(org.apache.camel.TypeConverter typeConverter)
public static com.mongodb.DBObject bsonToJson(com.mongodb.DBObject bson)
public static com.mongodb.DBObject jsonToBson(com.mongodb.DBObject json)
public com.mongodb.DBObject pojoToBson(Object pojo)
Copyright © 2015. All rights reserved.