public class DBObjectToStringContentTypeConverter extends org.axonframework.serializer.AbstractContentTypeConverter<com.mongodb.DBObject,String>
| Constructor and Description |
|---|
DBObjectToStringContentTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(com.mongodb.DBObject original) |
Class<com.mongodb.DBObject> |
expectedSourceType() |
Class<String> |
targetType() |
Copyright © 2010-2014. All Rights Reserved.